Поделиться через


WebSiteProperties2.EnableNTLMAuthentication Property

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Property EnableNTLMAuthentication As Boolean
    Get
    Set
bool EnableNTLMAuthentication { get; set; }
property bool EnableNTLMAuthentication {
    bool get ();
    void set (bool value);
}
abstract EnableNTLMAuthentication : bool with get, set
function get EnableNTLMAuthentication () : boolean
function set EnableNTLMAuthentication (value : boolean)

Property Value

Type: System.Boolean

Implements

WebSiteProperties.EnableNTLMAuthentication

.NET Framework Security

See Also

Reference

WebSiteProperties2 Interface

EnableNTLMAuthentication Overload

VsWebSite Namespace