HttpTransportElement.UnsafeConnectionNtlmAuthentication Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of onveilig delen van verbindingen is ingeschakeld op de server.

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

Waarde van eigenschap

true indien onveilig delen van verbindingen is ingeschakeld; anders, false. De standaardwaarde is false.

Kenmerken

Opmerkingen

Indien ingeschakeld, wordt NTLM-verificatie eenmaal uitgevoerd op elke TCP-verbinding.

Van toepassing op