다음을 통해 공유


NegotiateOptions.PersistNtlmCredentials 속성

정의

NTLM 자격 증명을 유지 및 하위 익명 요청에 다시 사용해야 하는지를 나타냅니다. 다른 사용자의 요청에 의해 연결을 공유할 수 있는 경우 이 옵션을 사용하면 안 됩니다.

public:
 property bool PersistNtlmCredentials { bool get(); void set(bool value); };
public bool PersistNtlmCredentials { get; set; }
member this.PersistNtlmCredentials : bool with get, set
Public Property PersistNtlmCredentials As Boolean

속성 값

기본값은 true입니다.

적용 대상