WebSiteProperties3.EnableNTLMAuthentication Property
Use Base
True
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.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
WebSiteProperties2.EnableNTLMAuthentication
See Also
WebSiteProperties3 Interface
VsWebSite90 Namespace
Return to top