2using System.Security.Claims;
51 public ClaimsPrincipal
NewUser {
get;
internal set; }
Event args for CurrentUserChanged event.
ClaimsPrincipal NewUser
Gets the new user value.
Expose Csla.ApplicationContext.User for use in Blazor authentication pages.
CslaUserService()
Creates an instance of the type, setting the current user to an unauthenticated ClaimsPrincipal.
ClaimsPrincipal? CurrentUser
Gets or sets the current user.
EventHandler< CurrentUserChangedEventArgs > CurrentUserChanged
Event raised when the current user is changed.