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

屬性值

true如果請求已被驗證;否則,。 false

適用於