1 write to AllowedValues
Microsoft.AspNetCore.Authorization (1)
ClaimsAuthorizationRequirement.cs (1)
31
AllowedValues
= allowedValues;
4 references to AllowedValues
Microsoft.AspNetCore.Authorization (4)
ClaimsAuthorizationRequirement.cs (4)
32
_emptyAllowedValues =
AllowedValues
== null || !
AllowedValues
.Any();
72
&& requirement.
AllowedValues
!.Contains(claim.Value, StringComparer.Ordinal))
92
: $" and Claim.Value is one of the following values: ({string.Join("|",
AllowedValues
!)})";