Discuss this help topic in SecureBlackbox Forum

TElDKPublicKey.Revoked

TElDKPublicKey     See also     


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


This read-only property specifies if the key 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

    This property is set to True if the key has been revoked by its owner.

See also:     Available     KeyType     Revoke    

Discuss this help topic in SecureBlackbox Forum