Returns key size in bits.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.exe) Version: 1.6.2.15631

Syntax

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

See Also