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

屬性值

Boolean

如果是使用 Windows 驗證建立連接則為 true,否則為 false

適用於