System.Security.Authentication.ExchangeAlgorithmType Enumeration

Specifies the algorithm used to create keys shared by the client and server.

Syntax

public enum ExchangeAlgorithmType

Remarks

This enumeration specifies valid values for the System.Net.Security.SslStream.KeyExchangeAlgorithm property.

Members

Member NameDescription
DiffieHellman

The Diffie Hellman ephemeral key exchange algorithm.

None

No key exchange algorithm is used.

RsaKeyX

The RSA public-key exchange algorithm.

RsaSign

The RSA public-key signature algorithm.

Requirements

Namespace: System.Security.Authentication
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0