Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler Delegate


In This Topic
    SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler( _
       ByVal userName As String, _
       ByVal requestPayload As UserAuthenticationKeyboardInteractiveInfoRequestPayload, _
       ByVal responsePayload As UserAuthenticationKeyboardInteractiveInfoResponsePayload _
    ) 
    'Usage
     
    Dim instance As New SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler(AddressOf HandlerMethod)
    public delegate void SSHAuthenticationProtocol.KeyBoardInteractiveAuthenticationHandler( 
       string userName,
       UserAuthenticationKeyboardInteractiveInfoRequestPayload requestPayload,
       UserAuthenticationKeyboardInteractiveInfoResponsePayload responsePayload
    )

    Parameters

    userName
    requestPayload
    responsePayload
    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