'Declaration Protected Shared Function DefaultChooseKeyExchangeAlgorithm( _ ByVal protocol As ISSHTransportLayerProtocol, _ ByVal client As KeyExchangeInitializationPayload, _ ByVal server As KeyExchangeInitializationPayload _ ) As ISSHKeyExchangeAlgorithm
'Usage Dim protocol As ISSHTransportLayerProtocol Dim client As KeyExchangeInitializationPayload Dim server As KeyExchangeInitializationPayload Dim value As ISSHKeyExchangeAlgorithm value = SSHTransportLayerProtocol.DefaultChooseKeyExchangeAlgorithm(protocol, client, server)
protected static ISSHKeyExchangeAlgorithm DefaultChooseKeyExchangeAlgorithm( ISSHTransportLayerProtocol protocol, KeyExchangeInitializationPayload client, KeyExchangeInitializationPayload server )
Parameters
- protocol
- client
- server