We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c05b commit d114f36Copy full SHA for d114f36
src/Security/Authorization/Core/src/ClaimsAuthorizationRequirement.cs
@@ -57,8 +57,8 @@ public ClaimsAuthorizationRequirement(Predicate<Claim> match)
57
public IEnumerable<string>? AllowedValues { get; }
58
59
/// <summary>
60
- /// A predicate to evaluate the claims.
61
- /// Used if specified instead of <see cref="ClaimType"/> and <see cref="AllowedValues"/>.
+ /// A predicate to evaluate the claims.
+ /// Used if specified instead of <see cref="ClaimType"/> and <see cref="AllowedValues"/>.
62
/// </summary>
63
public Predicate<Claim>? Match { get; }
64
0 commit comments