Share via


WebSiteProperties3.EnableNTLMAuthentication Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Property EnableNTLMAuthentication As Boolean
bool EnableNTLMAuthentication { get; set; }
property bool EnableNTLMAuthentication {
    bool get ();
    void set (bool value);
}
abstract EnableNTLMAuthentication : bool with get, set
function get EnableNTLMAuthentication () : boolean 
function set EnableNTLMAuthentication (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

VsWebSite90 Namespace