GenericIdentity.IsAuthenticated 屬性

定義

取得值,指出使用者是否已經過驗證。

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

屬性值

如果使用者已經驗證,則為 true,否則為 false

實作

適用於