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