HttpRequestBase.IsAuthenticated Property

Definition

When overridden in a derived class, gets a value that indicates whether the request has been authenticated.

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

Property Value

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

Exceptions

Applies to