EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.FindNext

TElCustomCertStorage     See also    


 

This method is used for searching for more than one certificate with specified properties in storage.

 
 

Declaration

[C#]
     int FindNext(TElCertificateLookup Lookup);

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

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

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

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX4.FindNext([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 there are no more certificates that match search criteria in storage.

 
 

Description

    Use this method when you need to find more than one certificate with specified requirements. Call this method after certificate with such requirements use FindFirst method.

 
 

See also:     FindFirst

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