Discuss this help topic in SecureBlackbox Forum

TElDistributionPoint.ReasonFlags

TElDistributionPoint     See also     


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


This property specifies reasons for the revocations.

Declaration

[C#/Java]
    TSBCRLReasonFlags ReasonFlags;
    TSBCRLReasonFlags = int;
    
    TSBCRLReasonFlags represents a bit mask which contains zero or more bit flags as specified by TSBCRLReasonFlag.

[VB.NET]
    Property ReasonFlags As TSBCRLReasonFlags
    TSBCRLReasonFlags = Integer
    
    TSBCRLReasonFlags represents a bit mask which contains zero or more bit flags as defined by TSBCRLReasonFlag.

[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)

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