Specifies Basic authentication as one of the possible Windows authentication schemes returned to clients as being available.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AuthBasic As Boolean |
| C# |
|---|
| public bool AuthBasic { get; set; } |
| C++ |
|---|
| public property bool AuthBasic sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AuthBasic(); /** property */ public void set_AuthBasic(bool value); |
| JScript |
|---|
| public function get AuthBasic() : bool public function set AuthBasic(value : bool); |
Property Value
Value indicating if AuthBasic is enabled or disabled.
See Also
Documentation version 1.0.0.0.