'Declaration Public Function New( _ ByVal random As RandomNumberGenerator, _ ByVal keyExchangeAlgorithms As IEnumerable(Of String), _ ByVal serverHostKeyAlgorithms As IEnumerable(Of String), _ ByVal encryptionAlgorithmsClientToServer As IEnumerable(Of String), _ ByVal encryptionAlgorithmsServerToClient As IEnumerable(Of String), _ ByVal macAlgorithmsClientToServer As IEnumerable(Of String), _ ByVal macAlgorithmsServerToClient As IEnumerable(Of String), _ ByVal compressionAlgorithmsClientToServer As IEnumerable(Of String), _ ByVal compressionAlgorithmsServerToClient As IEnumerable(Of String), _ ByVal languagesClientToServer As IEnumerable(Of String), _ ByVal languagesServerToClient As IEnumerable(Of String) _ )
'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)
public KeyExchangeInitializationPayload( RandomNumberGenerator random, IEnumerable<string> keyExchangeAlgorithms, IEnumerable<string> serverHostKeyAlgorithms, IEnumerable<string> encryptionAlgorithmsClientToServer, IEnumerable<string> encryptionAlgorithmsServerToClient, IEnumerable<string> macAlgorithmsClientToServer, IEnumerable<string> macAlgorithmsServerToClient, IEnumerable<string> compressionAlgorithmsClientToServer, IEnumerable<string> compressionAlgorithmsServerToClient, IEnumerable<string> languagesClientToServer, IEnumerable<string> languagesServerToClient )
Parameters
- random
- keyExchangeAlgorithms
- serverHostKeyAlgorithms
- encryptionAlgorithmsClientToServer
- encryptionAlgorithmsServerToClient
- macAlgorithmsClientToServer
- macAlgorithmsServerToClient
- compressionAlgorithmsClientToServer
- compressionAlgorithmsServerToClient
- languagesClientToServer
- languagesServerToClient