Show / Hide Table of Contents

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

Extension Methods

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