Discuss this help topic in SecureBlackbox Forum

TElPGPCustomUser.Revoked

TElPGPCustomUser     See also     


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


This read-only property shows if the UserID has been revoked.

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 to check if the UserID is revoked.

See also:     Signatures     SignatureCount    

Discuss this help topic in SecureBlackbox Forum