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 です。

適用対象