Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.Revoked

TElPGPCustomPublicKey     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property shows if the key contains revocation signature.

Declaration

[C#]
    bool Revoked;

[VB.NET]
    Property Revoked As Boolean

[Pascal]
    property Revoked : boolean;

[C++]
    bool get_Revoked();

[PHP]
    bool get_Revoked()

[Java]
    boolean getRevoked();

Description

    Use this property when you want to know if the key contains revocation signature.

See also:     RevocationVerify    

Discuss this help topic in SecureBlackbox Forum