Show / Hide Table of Contents

Class IdentityUserClaimDto

Inheritance
object
IdentityUserClaimDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserClaimDto

Constructors

IdentityUserClaimDto()

Declaration
public IdentityUserClaimDto()

Properties

ClaimType

Declaration
public string ClaimType { get; set; }
Property Value
Type Description
string

ClaimValue

Declaration
public string ClaimValue { get; set; }
Property Value
Type Description
string

UserId

Declaration
public Guid UserId { get; set; }
Property Value
Type Description
Guid
In this article
Back to top Powered by Volosoft