GenericIdentity.IsAuthenticated Property

Definition

Gets a value indicating whether the user has been authenticated.

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

Property Value

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

Implements

Applies to