ClaimPolicyConfig.Policies property

Gets the dictionary of named policies, each backed by a ClaimRule.

public Dictionary<string, ClaimRule> Policies { get; set; }

See Also