Class FakeUserClaims
Inheritance
object
FakeUserClaims
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class FakeUserClaims : ISingletonDependency
Constructors
FakeUserClaims()
Declaration
public FakeUserClaims()
Properties
Claims
Declaration
public List<Claim> Claims { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><System.Security.Claims.Claim> |