语言

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

适用于