Gets the strength of the cipher algorithm.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public int CipherStrength { get; }
Visual Basic
Public ReadOnly Property CipherStrength As Integer
	Get
Visual C++
public:
property int CipherStrength {
	int get ();
}

Field Value

The strength of the cipher algorithm in bits.

See Also