EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.IndexOf

TElCertificateRevocationList     See also    


 

Returns the index of the desired 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 which must be found in the list.
 
 

Return value

    Index of the passed certificate if the certificate is present in the list, otherwise -1 is returned.

 
 

Description

    Use this method to get the index of the certificate in the list.

 
 

See also:     Items    

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