Interface IHaveClaims
Represents an entity that can supply claims.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IHaveClaims
Methods
GetClaims()
Gets a collection of claims for this person.
Declaration
IEnumerable<Claim> GetClaims()
Returns
IEnumerable<System.Security.Claims.Claim>
A collection of claims. |