EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomCertStorage.IndexOf

ElCustomCertStorage     See also    


 

Returns the index of certificate in the list

 
 

Declaration

[C#]
    int IndexOf(ElX509Certificate Certificate);

[VB.NET]
    Function IndexOf(ByVal Certificate As ElX509Certificate) As Integer

[Pascal]
    function IndexOf(Certificate: TElX509Certificate): Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Certificate - Certificate, whose index is queried
 
 

Return value

    Index of specified certificate.

 
 

Description

    Use this method to get the certificate index in the list. This method uses certificate's binary presentation for searching.

 
 

See also:     IsPresent     Certificates    

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