Class AbpDynamicClaim
Inherited Members
Namespace: Volo.Abp.Security.Claims
Assembly: Volo.Abp.Security.dll
Syntax
public class AbpDynamicClaim
Constructors
AbpDynamicClaim(string, string?)
Declaration
public AbpDynamicClaim(string type, string? value)
Parameters
Type | Name | Description |
---|---|---|
string | type | |
string | value |
Properties
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |