Class IdentityRoleClaimDto
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleClaimDto
Constructors
IdentityRoleClaimDto()
Declaration
public IdentityRoleClaimDto()
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 |
RoleId
Declaration
public Guid RoleId { get; set; }
Property Value
Type | Description |
---|---|
Guid |