Class IdentityResourcePropertyDto
Inheritance
IdentityResourcePropertyDto
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class IdentityResourcePropertyDto
Constructors
IdentityResourcePropertyDto()
Declaration
public IdentityResourcePropertyDto()
Properties
IdentityResourceId
Declaration
public Guid IdentityResourceId { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Extension Methods