Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.Revocation

TElPGPSignature     


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


Specifies if the signature is of 'revocation' type.

Declaration

[C#]
    bool Revocation;

[VB.NET]
    Property Revocation As Boolean

[Pascal]
    property Revocation : boolean;

[C++]
    bool get_Revocation();

[PHP]
    bool get_Revocation()

[Java]
    boolean getRevocation();

Description

    Use this read-only property to check if the signature is of 'revocation' type.

Discuss this help topic in SecureBlackbox Forum