'Declaration Public Overloads Sub Authenticate( _ ByVal serviceName As String, _ ByVal userName As String, _ ByVal subMethods As IList(Of String), _ ByVal handler As SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler _ )
'Usage Dim instance As SSHAuthenticationProtocol Dim serviceName As String Dim userName As String Dim subMethods As IList(Of String) Dim handler As SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler instance.Authenticate(serviceName, userName, subMethods, handler)
public void Authenticate( string serviceName, string userName, IList<string> subMethods, SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler handler )
Parameters
- serviceName
- userName
- subMethods
- handler