Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.CertStatus

TElOCSPClient     See also     


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


This read-only property contains certificate's status, received from the Responder.

Declaration

[C#]
    TElOCSPCertificateStatus CertStatus[int Index];

[VB.NET]
    Property CertStatus(ByVal Index As Integer) As TElOCSPCertificateStatus

[Pascal]
    property CertStatus[Index: Integer]: TElOCSPCertificateStatus;

[C++]
    TElOCSPCertificateStatus get_CertStatus(int32_t Index);

[PHP]
    integer get_CertStatus(integer $Index)

[Java]
    short getCertStatus(int Index);

Parameters

  • Index - Index of item in list

TElOCSPCertificateStatus values

Description

    Use this property to check certificate status.

See also:     RevocationTime     RevocationReason     ThisUpdate     NextUpdate     Nonce    

Discuss this help topic in SecureBlackbox Forum