Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / KeyBoardInteractiveAuthenticationHandler Delegate


In This Topic
    KeyBoardInteractiveAuthenticationHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub KeyBoardInteractiveAuthenticationHandler( _
       ByVal userName As String, _
       ByVal name As String, _
       ByVal instruction As String, _
       ByVal languageTag As String, _
       ByVal requests() As KeyboardInteractiveRequest _
    ) 
    'Usage
     
    Dim instance As New KeyBoardInteractiveAuthenticationHandler(AddressOf HandlerMethod)
    public delegate void KeyBoardInteractiveAuthenticationHandler( 
       string userName,
       string name,
       string instruction,
       string languageTag,
       KeyboardInteractiveRequest[] requests
    )

    Parameters

    userName
    name
    instruction
    languageTag
    requests
    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