Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthBasic

TElHTTPSServer     See also     


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


Turns on basic authentication.

Declaration

[C#]
    bool AuthBasic;

[VB.NET]
    Property AuthBasic As Boolean

[Pascal]
    property AuthBasic : Boolean;

[C++]
    bool get_AuthBasic();
    void set_AuthBasic(bool Value);

[PHP]
    bool get_AuthBasic()
    void set_AuthBasic(bool $Value)

[Java]
    boolean getAuthBasic();
    void setAuthBasic(boolean Value);

Description

Set this property to true to turn on basic authentication.

Discuss this help topic in SecureBlackbox Forum