FormsAuthentication.IsEnabled プロパティ

定義

フォーム認証が有効かどうかを示す値を取得します。

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
static member IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

プロパティ値

フォーム認証が有効な場合は true、それ以外の場合は false

適用対象