System.Net.Security.SslStream.KeyExchangeStrength Property

Gets a value that identifies the strength of the key exchange algorithm used by this instance.

Syntax

public virtual int KeyExchangeStrength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is zero until the authentication occurs.

In common scenarios, the value of this property is one of the following:

  • 512

  • 768

  • 1024

  • 2048

Requirements

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