Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.RevocationReasons

TElOCSPSingleResponse     See also     


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


Contains reasons of the certificate revocation.

Declaration

[C#]
    TSBCRLReasonFlags RevocationReasons;

[VB.NET]
    Property RevocationReasons As TSBCRLReasonFlags

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

[C++]
    TSBCRLReasonFlags get_RevocationReasons();

[PHP]
    integer get_RevocationReasons()

[Java]
    int getRevocationReasons();

Values

TSBCRLReasonFlags 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