Share via


AuthenticationState Class

Definition

Provides information about the currently authenticated user, if any.

public ref class AuthenticationState
public class AuthenticationState
type AuthenticationState = class
Public Class AuthenticationState
Inheritance
AuthenticationState

Constructors

Name Description
AuthenticationState(ClaimsPrincipal)

Constructs an instance of AuthenticationState.

Properties

Name Description
User

Gets a ClaimsPrincipal that describes the current user.

Applies to