Class ApplicationRole
Application role with optional description.
public class ApplicationRole : IdentityRole<int>
- Inheritance
-
ApplicationRole
- Inherited Members
Properties
Description
Human-readable description of what this role allows.
public string? Description { get; set; }