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