Discuss this help topic in SecureBlackbox Forum

TElCertHashTypesSSLExtension.SwitchAll

TElCertHashTypesSSLExtension     See also     


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


Allows/disallows all the hash algorithms for server authentication.

Declaration

[C#]
    void SwitchAll(bool Value);

[VB.NET]
    Sub SwitchAll(ByVal Value As Boolean)

[Pascal]
    procedure SwitchAll(Value : boolean);

[C++]
    void SwitchAll(bool Value);

[PHP]
    void SwitchAll(bool $Value)

[Java]
    void switchAll(boolean Value);

Parameters

  • Value - Set this parameter to True to allow all digest algorithms, and to False to disallow all of them.

Description

    Use this method to allow or disallow all digest algorithms for server authentication.

See also:     MD5     SHA1     SHA256     SHA384     SHA512    

Discuss this help topic in SecureBlackbox Forum