Show / Hide Table of Contents

Class CurrentClaimsPrincipalAccessor

Provides an accessor of the current user from the System.Security.Claims.ClaimsPrincipal.Current.

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

Implements
ICurrentPrincipalAccessor.CurrentPrincipal

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX