Discuss this help topic in SecureBlackbox Forum
Specifies authentication source.
Declaration
[C#/Java]
string AuthSource;
[VB.NET]
Property AuthSource As String
[Pascal]
property AuthSource : string;
[C++]
void get_AuthSource(std::string &OutResult);
void set_AuthSource(const std::string &Value);
[PHP]
string get_AuthSource()
void set_AuthSource(string $Value)
Description
Use this property to specify the value of the "source" header field of the authentication request.
The default value is "EldoS-SecureBlackbox-9".
Discuss this help topic in SecureBlackbox Forum