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

ElCustomCertStorage     See also    


 

Use this property to access individual certificates by index

 
 

Declaration

[C#]
    ElX509Certificate Certificates[int Index];

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

[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]
    not applicable;
 
 

Parameters

  • Index - The index of desired certificate in list. The first certificate has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property in derived classes to access certificates contained in storage. Note, that original objects are returned, not copies, so you must not dispose of these objects. You should copy the certificate if necessary.
    Note: In .NET use get_Certificates() method to access the individual certificates.

 
 

See also:     Add     Remove    

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