Specifies the key exchange algorithm.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration TlsKeyExchangeAlgorithm |
| C# |
|---|
public enum TlsKeyExchangeAlgorithm |
Members
| Member name | Description | |
|---|---|---|
| None |
No key exchange.
| |
| RSA |
RSA signature, RSA encryption.
| |
| DHE_RSA |
RSA signature, ephemeral Diffie-Hellman.
| |
| DHE_DSS |
DSS signature, ephemeral Diffie-Hellman.
| |
| DH_anon |
Anonymous Diffie-Hellman.
| |
| ECDHE_RSA |
RSA signature, ephemeral Elliptic Curve Diffie-Hellman.
| |
| ECDHE_ECDSA |
ECDSA signature, ephemeral Elliptic Curve Diffie-Hellman.
| |
| ECDHE |
Ephemeral Elliptic Curve Diffie-Hellman.
|