Discuss this help topic in SecureBlackbox Forum

TElCMSOCSPResponsesID.OCSPHash

TElCMSOCSPResponsesID     


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


This property contains digest value computed on the OCSP response.

Declaration

[C#]
    TElCMSHash OCSPHash;

[VB.NET]
    Property OCSPHash As TElCMSHash

[Pascal]
    property OCSPHash : TElCMSHash;

[C++]
    TElCMSHash* get_OCSPHash();

[PHP]
    TElCMSHash get_OCSPHash()

[Java]
    TElCMSHash getOCSPHash();

Description

    Use this property to get the digest value of the OCSP response.

Discuss this help topic in SecureBlackbox Forum