HttpRequestWrapper.IsAuthenticated 屬性

定義

取得值,這個值表示要求是否已經驗證。

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

屬性值

Boolean

如果已驗證要求,則為 true;否則為 false

適用於