Discuss this help topic in SecureBlackbox Forum

TElPGPReasonForRevocationSignatureSubpacket.Reason

TElPGPReasonForRevocationSignatureSubpacket     See also     


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


Contains the reason of key or certificate revocation.

Declaration

[C#]
    TSBPGPReasonForRevocation Reason;

[VB.NET]
    Property Reason As TSBPGPReasonForRevocation

[Pascal]
    property Reason : TSBPGPReasonForRevocation;

[C++]
    TSBPGPReasonForRevocation get_Reason();
    void set_Reason(TSBPGPReasonForRevocation Value);

[PHP]
    integer get_Reason()
    void set_Reason(integer $Value)

[Java]
    int getReason();
    void setReason(int Value);

Values:

Description

    Use this property to specify the revocation reason.

See also:     Comment    

Discuss this help topic in SecureBlackbox Forum