Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtensions.TrustedCAs

TElCustomSSLExtensions     


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


This property lets the application access TrustedCAs extension.

Declaration

[C#]
    TElTrustedCAsSSLExtension TrustedCAs;

[VB.NET]
    Property TrustedCAs As TElTrustedCAsSSLExtension

[Pascal]
    property TrustedCAs : TElTrustedCAsSSLExtension;

[C++]
    TElTrustedCAsSSLExtension* get_TrustedCAs();

[PHP]
    TElTrustedCAsSSLExtension get_TrustedCAs()

[Java]
    TElTrustedCAsSSLExtension getTrustedCAs();

Description

    Use this property to access TrustedCAs extension.

Discuss this help topic in SecureBlackbox Forum