Discuss this help topic in SecureBlackbox Forum

TElPGPRevocableSignatureSubpacket.Revocable

TElPGPRevocableSignatureSubpacket     


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


Contains signature's revocability status.

Declaration

[C#]
    bool Revocable;

[VB.NET]
    Property Revocable As Boolean

[Pascal]
    property Revocable : boolean;

[C++]
    bool get_Revocable();
    void set_Revocable(bool Value);

[PHP]
    bool get_Revocable()
    void set_Revocable(bool $Value)

[Java]
    boolean getRevocable();
    void setRevocable(boolean Value);

Description

    Use this property to specify signature's revocability status.

Discuss this help topic in SecureBlackbox Forum