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.FindFirst

ElCustomCertStorage     See also    


 

Searches for the first certificate that matches given criteria.

 
 

Declaration

[C#]
     int FindFirst(ElCertificateLookup Lookup);

[VB.NET]
    Function FindFirst(ByVal Lookup As ElCertificateLookup) As Integer

[Pascal]
    function FindFirst(Lookup : TElCertificateLookup) : integer;

[VB6]
    Function IElCustomCertStorageX4.FindFirst(Lookup As ElCertificateLookupX) As Long

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX4.FindFirst([in] IElCertificateLookupX * Lookup, [out, retval] long * Result );

[DLL]
    not applicable;
 
 

Parameters

  • Lookup - ElCertificateLookup object with search options.
 
 

Return value

    Index of the certificate in storage on success.
    -1 if no certificates that match the search criteria were found.

 
 

Description

    Searches for the first certificate that matches given criteria. If you need to find more than one certificate use FindNext method to search for next certificates.

 
 

See also:     FindNext

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