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

適用対象