Returns is this Key revoked (not usable any more).

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

Syntax

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

See Also