See Also: IPrincipal Members
A principal object represents the security context of the user on whose behalf the code is running, including that user's identity (System.Security.Principal.IIdentity) and any roles to which they belong.
All principal objects are required to implement the System.Security.Principal.IPrincipal interface. For more information about System.Security.Principal.IPrincipal implementations, see the System.Security.Claims.ClaimsPrincipal class.