Show / Hide Table of Contents

Class UserExtensions

Extensions for System.Security.Claims.ClaimsPrincipal.

Inheritance
Object
UserExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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 user.

Back to top Generated by DocFX