Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.AuthFormTemplate

TElSAMLIdentityProvider     


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


Defines the default authentication template (login page).

Declaration

[C#]
    string AuthFormTemplate;

[VB.NET]
    Property AuthFormTemplate As String

[Pascal]
    property AuthFormTemplate : string;

[C++]
    void get_AuthFormTemplate(std::string &OutResult);
    void set_AuthFormTemplate(const std::string &Value);

[PHP]
    string get_AuthFormTemplate()
    void set_AuthFormTemplate(string $Value)

[Java]
    String getAuthFormTemplate();
    void setAuthFormTemplate(String Value);

Description

    This property contains HTML code of the authentication form. You can use it to control the appearance of the login page.

Discuss this help topic in SecureBlackbox Forum