1 write to AllowedRoles
Microsoft.AspNetCore.Authorization (1)
RolesAuthorizationRequirement.cs (1)
30AllowedRoles = allowedRoles;
2 references to AllowedRoles
Microsoft.AspNetCore.Authorization (2)
RolesAuthorizationRequirement.cs (2)
49foreach (var role in requirement.AllowedRoles) 72var roles = $"User.IsInRole must be true for one of the following roles: ({string.Join("|", AllowedRoles)})";