TlsKeyExchangeAlgorithm Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Specifies the key exchange algorithm.
Syntax
public enum TlsKeyExchangeAlgorithm
  Fields
| Name | Description | 
|---|---|
| DH_anon | Anonymous Diffie-Hellman.  | 
      
| DHE | Diffie-Hellman.  | 
      
| DHE_DSS | DSS signature, ephemeral Diffie-Hellman.  | 
      
| DHE_RSA | RSA signature, ephemeral Diffie-Hellman.  | 
      
| ECDHE | Ephemeral Elliptic Curve Diffie-Hellman.  | 
      
| ECDHE_ECDSA | ECDSA signature, ephemeral Elliptic Curve Diffie-Hellman.  | 
      
| ECDHE_RSA | RSA signature, ephemeral Elliptic Curve Diffie-Hellman.  | 
      
| None | No key exchange.  | 
      
| RSA | RSA signature, RSA encryption.  |