Discuss this help topic in SecureBlackbox Forum

TElX509CertificateChain.Certificates

TElX509CertificateChain     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;

[C++]
    TElX509Certificate* get_Certificates(int32_t Index);

[PHP]
    TElX509Certificate get_Certificates(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the certificate

Description

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

See also:     TElX509Certificate    

Discuss this help topic in SecureBlackbox Forum