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

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

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

See Also