Returns key size in bits.
Namespace:
DidiSoftAssembly: 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 (); } |