Class CurrentClaimsPrincipalAccessor
Provides an accessor of the current user from the System.Security.Claims.ClaimsPrincipal.Current.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.IdentityModel
Assembly: IRM.dll
Syntax
public class CurrentClaimsPrincipalAccessor : ICurrentPrincipalAccessor
Properties
CurrentPrincipal
Gets the current user.
Declaration
public ClaimsPrincipal CurrentPrincipal { get; }
Property Value
System.Security.Claims.ClaimsPrincipal
|