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

属性值

如果使用 Windows 身份验证进行连接,则为 true;否则为 false

适用于