EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPSingleResponse.CertMatches

TElOCSPSingleResponse     See also    


 

Matches the certificate to the issuer.

 
 

Declaration

[C#]
    bool CertMatches(TElX509Certificate Cert, TElX509Certificate Issuer /* = null */);

[VB.NET]
    Function CertMatches(ByVal Cert As TElX509Certificate, ByVal Issuer As TElX509Certificate = Nothing) As Boolean

[Pascal]
    function CertMatches(Cert : TElX509Certificate; Issuer : TElX509Certificate = nil) : boolaen;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Return value

    Returns True if the certificate matches the issuer, and False otherwise.

 
 

Parameters

  • Cert - the certificate to be matched
  • Issuer - the certificate's issuer
 
 

Description

    Use this method to match the certificate to the issuer.

 
 

See also:     SignerMatches    

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