Discuss this help topic in SecureBlackbox Forum

TElCMSOCSPResponsesID.OCSPResponseMatches

TElCMSOCSPResponsesID     


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


This method matches an OCSP response to the identifier.

Declaration

[C#]
    bool OCSPResponseMatches(TElOCSPResponse Response);

[VB.NET]
    Function OCSPResponseMatches(ByVal Response As TElOCSPResponse) As Boolean

[Pascal]
    function OCSPResponseMatches(Response: TElOCSPResponse) : boolean;

[C++]
    bool OCSPResponseMatches(TElOCSPResponse &Response);
    bool OCSPResponseMatches(TElOCSPResponse *Response);

[PHP]
    bool OCSPResponseMatches(TElOCSPResponse $Response)

[Java]
    boolean ocspResponseMatches(TElOCSPResponse Response);

Parameters

  • Response - OCSP response to be matched to the identifier

Return value

    Returns True if the OCSP identifier mathes the response, and False otherwise.

Description

    Use this method to check, whether the OCSP response identifier correspond to the given OCSP response.

Discuss this help topic in SecureBlackbox Forum