EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.Chain

TElX509Certificate     See also    


 

Returns the chain to which the certificate belongs.

 
 

Declaration

[C#]
    TElX509CertificateChain Chain;

[VB.NET]
    Property Chain As TElX509CertificateChain

[Pascal]
    property Chain: TElX509CertificateChain;

[VB6]
    Property IElCertificateX6.Chain As IElX509CertificateChainX

[ActiveX]
    HRESULT _stdcall IElCertificateX6.Chain([out, retval] IElX509CertificateChainX ** Value);

[DLL]
    not implemented;
 
 

Description

    This property contains a reference to the chain, to which the certificate belongs. It has Nothing/null/nil value in most of cases, but if the certificate is taken from the chain, this property is set.
Note, that you can find out, whether the certificate is an end-entity one, by performing the following check (in pseudo-code):
EndEntity = (Certificate.Chain = <Nothing/null/nil>) OR (Certificate.Chain.Certificates[0] = Certificate)

 
 

See also:     TElX509CertificateChain    

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