Interface ICurrentPrincipalAccessor
Provides an abstraction for an accessor of the current user.
Namespace: IRM.IdentityModel
Assembly: IRM.dll
Syntax
public interface ICurrentPrincipalAccessor
Properties
CurrentPrincipal
Gets the current user.
Declaration
ClaimsPrincipal CurrentPrincipal { get; }
Property Value
System.Security.Claims.ClaimsPrincipal
|