EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.Certificates

TElWinCertStorage     See also    


 

Use this read-only property to get the certificates from the storage.

 
 

Declaration

[C#]
    TElX509Certificate Certificates[int Index];

[VB.NET]
    Property Certificates(ByVal Index As Integer) As TElX509Certificate

[Pascal]
    property Certificates[Index : integer] : TElX509Certificate;

[VB6]
    Function IElCustomCertStorageX2.GetCertificate(Index As Long) As IElCertificateX3

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX2.GetCertificate([in] long Index, [out, retval] IElCertificateX2 ** Value );

[DLL]
    __stdcall HANDLE SBWinCertStorageGetCertificate(HANDLE hStorage, int nIndex);
 
 

Parameters

  • [DLL]hStorage - handle to the TElWinCertStorage object that was returned by Constructor
  • Index (nIndex) - The index of desired certificate in the list. The first certificate has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property to access the instances of TElX509Certificate objects of the certificates contained in the storage.

 
 

See also:     Add     Remove    

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