Share via


WebSiteProperties5.EnableNTLMAuthentication Property

 

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

WebSiteProperties4.EnableNTLMAuthentication

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top