ClaimPolicyConfig.Policies property
Gets the dictionary of named policies, each backed by a ClaimRule
.
public Dictionary<string, ClaimRule> Policies { get; set; }
See Also
- record ClaimRule
- class ClaimPolicyConfig
- namespace Kestrun.Claims
Gets the dictionary of named policies, each backed by a ClaimRule
.
public Dictionary<string, ClaimRule> Policies { get; set; }