Discuss this help topic in SecureBlackbox Forum

TElReasonCodeCRLExtension.Reason

TElReasonCodeCRLExtension     See also     


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


This property specifies the reason of certificate revocation.

Declaration

[C#]
    TSBCRLReasonFlag Reason;

[VB.NET]
    Property Reason As TSBCRLReasonFlag

[Pascal]
    property Reason : TSBCRLReasonFlags;
    TSBCRLReasonFlags = set of TSBCRLReasonFlag.

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

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

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

Values

Description

     This property specifies the reason of certificate revocation. Instead of using the unspecified (0) value the TElReasonCodeCRLExtension extension should be removed.

See also:     RemoveFromCRL    

Discuss this help topic in SecureBlackbox Forum