Xceed .NET Libraries Documentation
Authenticate(String,String,KeyBoardInteractiveAuthenticationHandler) Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SSHClientConnectionManager Class > Authenticate Method : Authenticate(String,String,KeyBoardInteractiveAuthenticationHandler) Method
Syntax
'Declaration
 
Public Overloads Overridable Sub Authenticate( _

   ByVal serviceName As String, _

   ByVal userName As String, _

   ByVal keyBoardInteractiveAuthenticationHandler As KeyBoardInteractiveAuthenticationHandler _

) 
'Usage
 
Dim instance As SSHClientConnectionManager

Dim serviceName As String

Dim userName As String

Dim keyBoardInteractiveAuthenticationHandler As KeyBoardInteractiveAuthenticationHandler

 

instance.Authenticate(serviceName, userName, keyBoardInteractiveAuthenticationHandler)

Parameters

serviceName
userName
keyBoardInteractiveAuthenticationHandler
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHClientConnectionManager Class
SSHClientConnectionManager Members
Overload List