EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPSingleResponse.SignerMatches

TElOCSPSingleResponse     See also    


 

Matches the signer to the issuer.

 
 

Declaration

[C#]
    bool SignerMatches(TElPKCS7Issuer Signer, TElX509Certificate Issuer /* = null */);

[VB.NET]
    Function SignerMatches(ByVal Signer As TElPKCS7Issuer, ByVal Issuer As TElX509Certificate = Nothing) As Boolean

[Pascal]
    function SignerMatches(Signer : TElPKCS7Issuer; Issuer : TElX509Certificate = nil) : boolaen;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Return value

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

 
 

Parameters

  • Signer - the certificate's signer
  • Issuer - the certificate's issuer
 
 

Description

    Use this method to match the certificate signer to the issuer.

 
 

See also:     CertMatches    

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