次の方法で共有


AuthenticationInfo.IsWindowsAuthentication プロパティ

定義

ユーザーが Microsoft Windows 統合認証で認証されるかどうかを示す値を取得または設定します。

public:
 property bool IsWindowsAuthentication { bool get(); void set(bool value); };
public bool IsWindowsAuthentication { get; set; }
member this.IsWindowsAuthentication : bool with get, set
Public Property IsWindowsAuthentication As Boolean

プロパティ値

Windows が認証される場合は true、認証されない場合は false です。

適用対象