Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property EnableNTLMAuthentication As Boolean
'Usage
Dim instance As WebSiteProperties2
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
WebSiteProperties.EnableNTLMAuthentication
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.