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