Discuss this help topic in SecureBlackbox Forum
Allows/disallows all the hash algorithms for server authentication.
Declaration
[C#]
void SwitchAll(bool Value);
[VB.NET]
Sub SwitchAll(ByVal Value As 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.
Discuss this help topic in SecureBlackbox Forum