Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPRef.OCSPIdentifier

TElXMLOCSPRef     See also     


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


Identifies an OCSP response.

Declaration

[C#]
    TElXMLOCSPIdentifier OCSPIdentifier;

[VB.NET]
    Property OCSPIdentifier As TElXMLOCSPIdentifier

[Pascal]
    property OCSPIdentifier: TElXMLOCSPIdentifier;

[C++]
    TElXMLOCSPIdentifier* get_OCSPIdentifier();

[PHP]
    TElXMLOCSPIdentifier get_OCSPIdentifier()

[Java]
    TElXMLOCSPIdentifier getOCSPIdentifier();

Description

    Use this property to get an identifier of the OCSP response.

See also:     DigestAlgAndValue    

Discuss this help topic in SecureBlackbox Forum