Returns true if this key can be used for siging, otherwise false.

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

Syntax

C#
public bool SigningKey { get; }
Visual Basic (Declaration)
Public ReadOnly Property SigningKey As Boolean
Visual C++
public:
property bool SigningKey {
	bool get ();
}

See Also