Discuss this help topic in SecureBlackbox Forum

TElPGPRevocationKeySignatureSubpacket.RevClass

TElPGPRevocationKeySignatureSubpacket     See also     


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


Specifies revocation reason.

Declaration

[C#]
    byte RevClass;

[VB.NET]
    Property RevClass As Byte

[Pascal]
    property RevClass : byte;

[C++]
    uint8_t get_RevClass();
    void set_RevClass(uint8_t Value);

[PHP]
    integer get_RevClass()
    void set_RevClass(integer $Value)

[Java]
    byte getRevClass();
    void setRevClass(byte arg0);

Values:

Description

    Use this property to get or set revocation reason.

See also:     AlgID     Fingerprint    

Discuss this help topic in SecureBlackbox Forum