Propriedade WebSiteProperties2.EnableNTLMAuthentication
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.Boolean
Implementações
WebSiteProperties.EnableNTLMAuthentication
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.