KeyExchangeAlgorithms Property
List of key exchange algorithms that client agrees to use.
|
|---|
'Declaration
Public Property KeyExchangeAlgorithms As String |
|
|---|
public string KeyExchangeAlgorithms {get; set;} |
Property Value
List of allowed Key exchange algorithms separated by colons. The default value is 'curve25519-sha256, ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group-exchange-sha256,
[email protected]'.