FormsIdentity.IsAuthenticated プロパティ

定義

認証が行われたかどうかを示す値を取得します。

public:
 property bool IsAuthenticated { bool get(); };
public:
 virtual property bool IsAuthenticated { bool get(); };
public bool IsAuthenticated { get; }
public override bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public ReadOnly Property IsAuthenticated As Boolean
Public Overrides ReadOnly Property IsAuthenticated As Boolean

プロパティ値

このプロパティは常に true を返します。

実装

適用対象

こちらもご覧ください