EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPResponse.FindResponse

TElOCSPResponse     See also    


 

Looks for the desired OCSP response in the list.

 
 

Declaration

[C#]
    int FindResponse(TElX509Certificate Cert, TElX509Certificate Issuer /* = null */);
    int FindResponse(TElPKCS7Issuer Signer, TElX509Certificate Issuer /* = null */);

[VB.NET]
    Function FindResponse(ByVal Cert As TElX509Certificate, ByVal Issuer As TElX509Certificate = Nothing) As Integer
    Function FindResponse(ByVal Signer As TElX509Certificate, ByVal Issuer As TElX509Certificate = Nothing) As Integer

[Pascal]
    function FindResponse(Cert : TElX509Certificate; Issuer : TElX509Certificate = nil) : Integer
    function FindResponse(Signer : TElX509Certificate; Issuer : TElX509Certificate = nil) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Cert - the X.509 certificate, responce to the request on which should be found
  • Signer - the signer, responce to the request on whom should be found
  • Issuer - the certificate's issuer
 
 

Return value

    Index of the element being searched, or -1 if it is missing.

 
 

Description

    Use this method to find the OCSP response in the list.

 
 

See also:     Responses    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation