Specifies Integrated Windows authentication (also known as Challenge/Response or NTLM 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 AuthNtlm As Boolean |
| C# |
|---|
| public bool AuthNtlm { get; set; } |
| C++ |
|---|
| public property bool AuthNtlm sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AuthNtlm(); /** property */ public void set_AuthNtlm(bool value); |
| JScript |
|---|
| public function get AuthNtlm() : bool public function set AuthNtlm(value : bool); |
Property Value
Value indicating if AuthNtlm is enabled or disabled.
See Also
Documentation version 1.0.0.0.