System.Net.Security.SslStream.CipherStrength Property

Gets a value that identifies the strength of the cipher algorithm used by this System.Net.Security.SslStream.

Syntax

public virtual int CipherStrength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

This property returns one of the following values:

  • 0

  • 40

  • 56

  • 80

  • 128

  • 168

  • 192

  • 256

Requirements

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