Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.RevocationReason

TElOCSPClient     See also     


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


This read-only property contains reasons of the certificate revocation.

Declaration

[C#]
    TSBCRLReasonFlag RevocationReason[int Index];

[VB.NET]
    Property RevocationReason(ByVal Index As Integer) As TSBCRLReasonFlag

[Pascal]
    property RevocationReason[Index : Integer] : TSBCRLReasonFlags;
    TSBCRLReasonFlags = set of TSBCRLReasonFlag;

[C++]
    TSBCRLReasonFlag get_RevocationReason(int32_t Index);

[PHP]
    integer get_RevocationReason(integer $Index)

[Java]
    int getRevocationReason(int Index);

Parameters

  • Index - Index of item in list

Values

Description

    Use this property to get reason of the certificate revocation.

See also:     CertStatus     RevocationTime     ThisUpdate     NextUpdate     Nonce    

Discuss this help topic in SecureBlackbox Forum