Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtension.SupportedByTLS10

TElCustomSSLExtension     See also     


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


Specifies whether this extension is supported by TLS 1.0.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property SupportedByTLS10 : boolean;

[C++]
    bool get_SupportedByTLS10();

[PHP]
    bool get_SupportedByTLS10()

[Java]
    not available

Description

This property returns true is the extension is supported by TLS 1.0.

See also:     SupportedByTLS13    

Discuss this help topic in SecureBlackbox Forum