ClaimsIdentity.IsAuthenticated Property

Definition

Gets a value that indicates whether the identity 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 identity has been authenticated; otherwise, false.

Implements

Remarks

true if the AuthenticationType property is not null or an empty string.

Applies to