AuthenticationInfo.IsWindowsAuthentication 속성

정의

사용자가 Microsoft Windows 통합 인증으로 인증되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Windows가 인증되면 true이고, 그렇지 않으면 false입니다.

적용 대상