AuthenticationState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AuthenticationState(ClaimsPrincipal) |
Constructs an instance of AuthenticationState. |
Properties
User |
Gets a ClaimsPrincipal that describes the current user. |