언어

IConnectionSecurityContext.WindowsAuthentication 속성

정의

Windows 인증을 사용해 연결이 이루어졌는지 여부를 나타내는 값을 받거나 설정합니다.

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

속성 값

true만약 Windows 인증을 사용해 연결이 이루어졌다면; 그렇지 않으면 . false

적용 대상