Share via


WebSiteProperties3.EnableNTLMAuthentication Property

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

Syntax

'Declaration
Property EnableNTLMAuthentication As Boolean
'Usage
Dim instance As WebSiteProperties3 
Dim value As Boolean 

value = instance.EnableNTLMAuthentication

instance.EnableNTLMAuthentication = value
bool EnableNTLMAuthentication { get; set; }
property bool EnableNTLMAuthentication {
    bool get ();
    void set (bool value);
}
function get EnableNTLMAuthentication () : boolean 
function set EnableNTLMAuthentication (value : boolean)

Property Value

Type: System.Boolean

Implements

WebSiteProperties2.EnableNTLMAuthentication

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

WebSiteProperties3 Members

EnableNTLMAuthentication Overload

VsWebSite90 Namespace