Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.Revocable

TElPGPSignature     


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 if the signature can be revoked.
    This property is mapped to TElPGPRevocableSignatureSubpacket for version 4 signatures.

Discuss this help topic in SecureBlackbox Forum