Check whether this (sub)key has a revocation signature on it.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsRevoked()
Visual Basic
Public Function IsRevoked As Boolean
Visual C++
public:
bool IsRevoked()

Return Value

True, if this (sub)key has been revoked.

See Also