The strength of the key in bits.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

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

See Also