EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.IndexOf

TElCustomCertStorage     See also    


 

Returns the index of certificate in the list

 
 

Declaration

[C#]
    int IndexOf(TElX509Certificate Certificate);

[VB.NET]
    Function IndexOf(ByVal Certificate As TElX509Certificate) 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-2012, EldoS Corporation