System.Net.Security.SslStream.KeyExchangeAlgorithm Property

Gets the key exchange algorithm used by this System.Net.Security.SslStream.

Syntax

public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is System.Security.Authentication.ExchangeAlgorithmType.None until the authentication occurs.

The key exchange algorithm protects information used to generate shared keys.

Requirements

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