Discuss this help topic in SecureBlackbox Forum
Contains secondary authentication token.
Declaration
[C#/Java]
string SecondaryAuthToken;
[VB.NET]
Property SecondaryAuthToken As String
[Pascal]
property SecondaryAuthToken : string;
[C++]
void get_SecondaryAuthToken(std::string &OutResult);
void set_SecondaryAuthToken(const std::string &Value);
[PHP]
string get_SecondaryAuthToken()
void set_SecondaryAuthToken(string $Value)
Description
Use this property to set the auth token for the secondary service,
specified by
SecondaryServiceName.
Discuss this help topic in SecureBlackbox Forum