EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLCertIDList.HasCertificate

TElXMLCertIDList     See also    


 

Checks whether the X.509 certificate is in the list.

 
 

Declaration

[C#]
    int HasCertificate(TElX509Certificate ACertificate);

[VB.NET]
    Function HasCertificate(ByVal ACertificate As TElX509Certificate) As Integer

[Pascal]
    function HasCertificate(ACertificate : TElX509Certificate) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ACertificate - the certificate to be found in the list
 
 

Return value

    Number of the certificate identifier in the list, if it exists;
    -1 if the certificate isn't in list.

 
 

Description

    Call this method to find the X.509 certificate identifier in the list.

 
 

See also:     Add     AddCertificate    

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