Freigeben über


HttpTransportElement.UnsafeConnectionNtlmAuthentication Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob unsichere gemeinsame Verbindungsnutzung auf dem Server aktiviert wird.

public:
 property bool UnsafeConnectionNtlmAuthentication { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("unsafeConnectionNtlmAuthentication", DefaultValue=false)]
public bool UnsafeConnectionNtlmAuthentication { get; set; }
[<System.Configuration.ConfigurationProperty("unsafeConnectionNtlmAuthentication", DefaultValue=false)>]
member this.UnsafeConnectionNtlmAuthentication : bool with get, set
Public Property UnsafeConnectionNtlmAuthentication As Boolean

Eigenschaftswert

Boolean

true, wenn die unsichere Freigabe von Verbindungen aktiviert ist, andernfalls false. Der Standardwert ist false.

Attribute

Hinweise

Wenn aktiviert, wird NTLM-Authentifizierung einmal auf jeder TCP-Verbindung ausgeführt.

Gilt für