Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.RevocationReasons

TElOCSPSingleResponse     See also     


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


Contains reasons of the certificate revocation.

Declaration

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

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

[Pascal]
    property RevocationReasons : TSBCRLReasonFlags;
    TSBCRLReasonFlags = set of TSBCRLReasonFlag;

[C++]
    TSBCRLReasonFlags get_RevocationReasons();

[PHP]
    integer get_RevocationReasons()

Values


Description

    Use this read-only property to get the reasons of the certificate revocation.

See also:     CertStatus     RevocationTime     ThisUpdate     NextUpdate    

Discuss this help topic in SecureBlackbox Forum