Share via


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

實作

適用於

另請參閱