Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthFormLoginFieldName

TElHTTPSServer     See also     


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


Specifies the name of the login field in the authentication form.

Declaration

[C#]
    string AuthFormLoginFieldName;

[VB.NET]
    Property AuthFormLoginFieldName As String

[Pascal]
    property AuthFormLoginFieldName : string;

[C++]
    void get_AuthFormLoginFieldName(std::string &OutResult);
    void set_AuthFormLoginFieldName(const std::string &Value);

[PHP]
    string get_AuthFormLoginFieldName()
    void set_AuthFormLoginFieldName(string $Value)

[Java]
    String getAuthFormLoginFieldName();
    void setAuthFormLoginFieldName(String Value);

Description

This property could be used to set the name of the login field in the built-in OAuth authentication form. This property is only used when AuthWebForm is switched on. The default value is 'login'.

Discuss this help topic in SecureBlackbox Forum