EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509CertificateChain.Certificates

TElX509CertificateChain     See also    


 

Returns the certificate from the chain.

 
 

Declaration

[C#]
    TElX509Certificate Certificates[int Index];

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

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

[VB6]
    Function IElX509CertificateChainX.GetCertificate(ByVal Index As Integer) As IElCertificateX

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

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the certificate
 
 

Description

    Use this read-only property to get the certificate from the chain.

 
 

See also:     TElX509Certificate    

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