User Property
Definition
- Namespace
- Cuemon.AspNetCore.Authentication
- Assemblies
- Cuemon.AspNetCore.Authentication.dll
User
Gets or sets the ClaimsPrincipal associated with the HTTP request.
public ClaimsPrincipal User { get; set; }
Property Value
- ClaimsPrincipal
The ClaimsPrincipal associated with the HTTP request.