Discuss this help topic in SecureBlackbox Forum
Specifies the name of the server.
Declaration
[VB.NET]
Property ServerName As String
[Pascal]
property ServerName : string;
[C++]
void get_ServerName(std::string &OutResult);
void set_ServerName(const std::string &Value);
[PHP]
string get_ServerName()
void set_ServerName(string $Value)
[Java]
String getServerName();
void setServerName(String Value);
Description
Specifies the default name of the SP server.
The default value is 'EldoS SAML SP'.
Discuss this help topic in SecureBlackbox Forum