Discuss this help topic in SecureBlackbox Forum

TElCustomSSLExtension.SupportedByTLS13

TElCustomSSLExtension     See also     


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


Specifies whether this extension is supported by TLS 1.3.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property SupportedByTLS13 : boolean;

[C++]
    bool get_SupportedByTLS13();

[PHP]
    bool get_SupportedByTLS13()

[Java]
    not available

Description

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

See also:     SupportedByTLS10     TLS13AllowedInHelloRetry     TLS13Disposition    

Discuss this help topic in SecureBlackbox Forum