Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / KeyExchangeInitializationPayload Class / KeyExchangeInitializationPayload Constructor / KeyExchangeInitializationPayload Constructor(RandomNumberGenerator,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)


In This Topic
    KeyExchangeInitializationPayload Constructor(RandomNumberGenerator,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>)
    In This Topic
    Syntax
    'Usage
     
    Dim random As RandomNumberGenerator
    Dim keyExchangeAlgorithms As IEnumerable(Of String)
    Dim serverHostKeyAlgorithms As IEnumerable(Of String)
    Dim encryptionAlgorithmsClientToServer As IEnumerable(Of String)
    Dim encryptionAlgorithmsServerToClient As IEnumerable(Of String)
    Dim macAlgorithmsClientToServer As IEnumerable(Of String)
    Dim macAlgorithmsServerToClient As IEnumerable(Of String)
    Dim compressionAlgorithmsClientToServer As IEnumerable(Of String)
    Dim compressionAlgorithmsServerToClient As IEnumerable(Of String)
    Dim languagesClientToServer As IEnumerable(Of String)
    Dim languagesServerToClient As IEnumerable(Of String)
     
    Dim instance As New KeyExchangeInitializationPayload(random, keyExchangeAlgorithms, serverHostKeyAlgorithms, encryptionAlgorithmsClientToServer, encryptionAlgorithmsServerToClient, macAlgorithmsClientToServer, macAlgorithmsServerToClient, compressionAlgorithmsClientToServer, compressionAlgorithmsServerToClient, languagesClientToServer, languagesServerToClient)

    Parameters

    random
    keyExchangeAlgorithms
    serverHostKeyAlgorithms
    encryptionAlgorithmsClientToServer
    encryptionAlgorithmsServerToClient
    macAlgorithmsClientToServer
    macAlgorithmsServerToClient
    compressionAlgorithmsClientToServer
    compressionAlgorithmsServerToClient
    languagesClientToServer
    languagesServerToClient
    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