EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSCRLValidatedID.CRLMatches

TElCMSCRLValidatedID    


 

This method matches given CRL to its identifier.

 
 

Declaration

[C#]
    bool CRLMatches(TElCertificateRevocationList CRL);

[VB.NET]
    Function CRLMatches(ByVal CRL As TElCertificateRevocationList) As Boolean

[Pascal]
    function CRLMatches(CRL: TElCertificateRevocationList) : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • CRL - CRL to be matched to the identifier
 
 

Return value

    Returns True if the CRL identifier corresponds to the given CRL, and False otherwise.

 
 

Description

    Use this method to check whether a CRL corresponds to the CRL identifier.

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