EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.FindFirst

TElCustomCertStorage     See also    


 

Searches for the first certificate that matches given criteria.

 
 

Declaration

[C#]
     int FindFirst(TElCertificateLookup Lookup);

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

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

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

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

[DLL]
    not applicable;
 
 

Parameters

  • Lookup - TElCertificateLookup 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-2012, EldoS Corporation