Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthFormPasswordFieldName

TElHTTPSServer     See also     


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


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

Declaration

[C#]
    string AuthFormPasswordFieldName;

[VB.NET]
    Property AuthFormPasswordFieldName As String

[Pascal]
    property AuthFormPasswordFieldName : string;

[C++]
    void get_AuthFormPasswordFieldName(std::string &OutResult);
    void set_AuthFormPasswordFieldName(const std::string &Value);

[PHP]
    string get_AuthFormPasswordFieldName()
    void set_AuthFormPasswordFieldName(string $Value)

[Java]
    String getAuthFormPasswordFieldName();
    void setAuthFormPasswordFieldName(String Value);

Description

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

Discuss this help topic in SecureBlackbox Forum