Discuss this help topic in SecureBlackbox Forum

TElCMSOCSPResponsesID.OCSPIdentifier

TElCMSOCSPResponsesID     


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


This property contains identifier of the OCSP server.

Declaration

[C#]
    TElCMSOCSPIdentifier OCSPIdentifier;

[VB.NET]
    Property OCSPIdentifier As TElCMSOCSPIdentifier

[Pascal]
    property OCSPIdentifier : TElCMSOCSPIdentifier;

[C++]
    TElCMSOCSPIdentifier* get_OCSPIdentifier();

[PHP]
    TElCMSOCSPIdentifier get_OCSPIdentifier()

[Java]
    TElCMSOCSPIdentifier getOCSPIdentifier();

Description

    Use this property to get the identifier of the OCSP responder and the time of response.

Discuss this help topic in SecureBlackbox Forum