Discuss this help topic in SecureBlackbox Forum

TElDistributionPoint.ReasonFlags

TElDistributionPoint     See also     


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


This property specifies reasons for the revocations.

Declaration

[C#]
    TSBCRLReasonFlags ReasonFlags;

[VB.NET]
    Property ReasonFlags As TSBCRLReasonFlags

[Pascal]
    property ReasonFlags : TSBCRLReasonsFlags;
    TSBCRLReasonFlags = set of TSBCRLReasonFlag;

[C++]
    TSBCRLReasonFlags get_ReasonFlags();
    void set_ReasonFlags(TSBCRLReasonFlags Value);

[PHP]
    integer get_ReasonFlags()
    void set_ReasonFlags(integer $Value)

[Java]
    int getReasonFlags();
    void setReasonFlags(int Value);

Values

TSBCRLReasonFlags values

Description

    This property specifies reasons for the revocation. For this property to be written to the certificate, the corresponding flag must be turned on in the Included.

See also:     CRLIssuer     Name    

Discuss this help topic in SecureBlackbox Forum