Class UserExtensions
Extensions for System.Security.Claims.ClaimsPrincipal.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public static class UserExtensions
Methods
GetInitials(ClaimsPrincipal)
Gets the initials for the user
.
Declaration
public static string GetInitials(this ClaimsPrincipal user)
Parameters
System.Security.Claims.ClaimsPrincipal
user
The user to get initials for. |
Returns
String
The initials for the |