EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.Chains

TElCustomCertStorage     See also    


 

Provides access to individual chains.

 
 

Declaration

[C#]
    int Chains[int Index];

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

[Pascal]
    property Chains[Index : integer] : integer;

[VB6]
    Function IElCustomCertStorageX4.GetChain(Index As Long) As Long

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX4.GetChain([in] long Index, [out, retval] long * Result );

[DLL]
    not applicable;
 
 

Parameters

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

Description

    This property is used to access certificate chains built with certificates which are currently present in storage. Use this property to get the index of the first (end-entity) certificate in the chain. The next certificates in chain can be obtained using GetIssuerCertificate method.

 
 

See also:     ChainCount    

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