Share via


WebSiteProperties.EnableNTLMAuthentication Property

Definition

Gets or sets whether the ASP.NET Development Server uses NTLM authentication.

public:
 property bool EnableNTLMAuthentication { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1018)]
public bool EnableNTLMAuthentication { [System.Runtime.InteropServices.DispId(1018)] get; [System.Runtime.InteropServices.DispId(1018)] set; }
[<System.Runtime.InteropServices.DispId(1018)>]
[<get: System.Runtime.InteropServices.DispId(1018)>]
[<set: System.Runtime.InteropServices.DispId(1018)>]
member this.EnableNTLMAuthentication : bool with get, set
Public Property EnableNTLMAuthentication As Boolean

Property Value

true if NTLM authentication is enabled; otherwise false.

Attributes

Applies to