IConnectionSecurityContext.WindowsAuthentication プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
です。