Discuss this help topic in SecureBlackbox Forum

TElTrustedCAsSSLExtension.TrustedCAs

TElTrustedCAsSSLExtension     See also     


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


Contains a list of trusted CA certificate identifiers.

Declaration

[C#]
    TElSSLTrustedCA TrustedCAs[int Index];

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

[Pascal]
    property TrustedCAs[Index : integer] : TElSSLTrustedCA;

[C++]
    TElSSLTrustedCA* get_TrustedCAs(int32_t Index);

[PHP]
    TElSSLTrustedCA get_TrustedCAs(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this indexed property to access the list of trusted CA certificate identifiers.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum