1 write to RequiredName
Microsoft.AspNetCore.Authorization (1)
NameAuthorizationRequirement.cs (1)
25
RequiredName
= requiredName;
2 references to RequiredName
Microsoft.AspNetCore.Authorization (2)
NameAuthorizationRequirement.cs (2)
46
if (string.Equals(identity.Name, requirement.
RequiredName
, StringComparison.Ordinal))
64
return $"{nameof(NameAuthorizationRequirement)}:Requires a user identity with Name equal to {
RequiredName
}";