2 references to AllowedChars
Microsoft.Extensions.Identity.Core (2)
UserManager.cs (2)
2470
uint range = (uint)
AllowedChars
.Length - 1;
2499
return
AllowedChars
[(int)result];