Discuss this help topic in SecureBlackbox Forum

TElSignatureAlgorithmsSSLExtension.EnableAllSupported

TElSignatureAlgorithmsSSLExtension     See also     


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


Enables all supported algorithms.

Declaration

[C#]
    void EnableAllSupported();

[VB.NET]
    Sub EnableAllSupported()

[Pascal]
    procedure EnableAllSupported(UseTLS13Variant : boolean);

[C++]
    void EnableAllSupported(bool UseTLS13Variant);

[PHP]
    void EnableAllSupported(bool $UseTLS13Variant)

[Java]
    void enableAllSupported();

Parameters

  • UseTLS13Variant -

Description

    Use this method to enable all supported algorithms.

See also:     HashAlgorithm     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum