HttpTransportElement.UnsafeConnectionNtlmAuthentication 속성

정의

서버에서 안전하지 않은 연결 공유를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

안전하지 않은 연결 공유를 사용할 경우에는 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

사용할 경우 각 TCP 연결에서 NTLM 인증이 한 번씩 수행됩니다.

적용 대상