HttpRequestWrapper.IsAuthenticated Property

Definition

Gets a value that indicates whether the request has been authenticated.

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

Property Value

true if the request has been authenticated; otherwise, false.

Applies to