Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.ServerName

TElSAMLServiceProvider     See also     


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


Specifies the name of the server.

Declaration

[C#]
    string ServerName;

[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'.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum