'Declaration Protected Overridable Sub OnAlgorithmsNegotiated( _ ByVal keyExchangeAlgorithm As ISSHKeyExchangeAlgorithm, _ ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _ ByVal encryptionAlgorithmClientToServer As ISSHEncryptionAlgorithm, _ ByVal encryptionAlgorithmServerToClient As ISSHEncryptionAlgorithm, _ ByVal dataIntegrityAlgorithmClientToServer As ISSHDataIntegrityAlgorithm, _ ByVal dataIntegrityAlgorithmServerToClient As ISSHDataIntegrityAlgorithm, _ ByVal compressionAlgorithmClientToServer As ISSHCompressionAlgorithm, _ ByVal compressionAlgorithmServerToClient As ISSHCompressionAlgorithm _ )
'Usage Dim instance As SSHTransportLayerProtocol Dim keyExchangeAlgorithm As ISSHKeyExchangeAlgorithm Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm Dim encryptionAlgorithmClientToServer As ISSHEncryptionAlgorithm Dim encryptionAlgorithmServerToClient As ISSHEncryptionAlgorithm Dim dataIntegrityAlgorithmClientToServer As ISSHDataIntegrityAlgorithm Dim dataIntegrityAlgorithmServerToClient As ISSHDataIntegrityAlgorithm Dim compressionAlgorithmClientToServer As ISSHCompressionAlgorithm Dim compressionAlgorithmServerToClient As ISSHCompressionAlgorithm instance.OnAlgorithmsNegotiated(keyExchangeAlgorithm, publicKeyAlgorithm, encryptionAlgorithmClientToServer, encryptionAlgorithmServerToClient, dataIntegrityAlgorithmClientToServer, dataIntegrityAlgorithmServerToClient, compressionAlgorithmClientToServer, compressionAlgorithmServerToClient)
protected virtual void OnAlgorithmsNegotiated( ISSHKeyExchangeAlgorithm keyExchangeAlgorithm, ISSHPublicKeyAlgorithm publicKeyAlgorithm, ISSHEncryptionAlgorithm encryptionAlgorithmClientToServer, ISSHEncryptionAlgorithm encryptionAlgorithmServerToClient, ISSHDataIntegrityAlgorithm dataIntegrityAlgorithmClientToServer, ISSHDataIntegrityAlgorithm dataIntegrityAlgorithmServerToClient, ISSHCompressionAlgorithm compressionAlgorithmClientToServer, ISSHCompressionAlgorithm compressionAlgorithmServerToClient )
Parameters
- keyExchangeAlgorithm
- publicKeyAlgorithm
- encryptionAlgorithmClientToServer
- encryptionAlgorithmServerToClient
- dataIntegrityAlgorithmClientToServer
- dataIntegrityAlgorithmServerToClient
- compressionAlgorithmClientToServer
- compressionAlgorithmServerToClient