EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.BuildChain

TElCustomCertStorage     See also    


 

Builds the certificate chain by its index.

 
 

Declaration

[C#]
    TElX509CertificateChain BuildChain(int ChainIndex);

[VB.NET]
    Function BuildChain(ByVal ChainIndex As Integer) As TElX509CertificateChain)

[Pascal]
    function BuildChain(ChainIndex: integer): TElX509CertificateChain;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not applicable;
 
 

Parameters

  • ChainIndex - index of the certificate chain to build.
 
 

Description

    Use this function to build the certificate chain by its index. The first certificate in the chain is the one specified by Chains[ChainIndex], the following is its CA (if the certificate is not self-signed) and so on, until the chain is not completed.

 
 

See also:     Chains     TElX509CertificateChain    

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