WebSiteProperties4.EnableNTLMAuthentication Property
Use Base
True
Namespace: VsWebSite100
Assembly: VsWebSite.Interop100 (in VsWebSite.Interop100.dll)
Syntax
bool EnableNTLMAuthentication { get; set; }
property bool EnableNTLMAuthentication {
bool get();
void set(bool value);
}
abstract EnableNTLMAuthentication : bool with get, set
Property EnableNTLMAuthentication As Boolean
Property Value
Type: System.Boolean
Implements
WebSiteProperties3.EnableNTLMAuthentication
See Also
WebSiteProperties4 Interface
VsWebSite100 Namespace
Return to top