Class SystemScopeRegistry
Stores system-level scope definitions. A flat set (no access level) — system keys carry an explicit list, and privileged roles map to a subset.
public class SystemScopeRegistry : ISystemScopeRegistry
- Inheritance
-
SystemScopeRegistry
- Implements
- Inherited Members
Properties
All
public IReadOnlyList<SystemScopeDefinition> All { get; }
Property Value
Methods
Register(string, string)
public void Register(string scopeName, string description = null)