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

實作

適用於

另請參閱