3 references to ToCharUpper
System.Security.Cryptography (3)
System\Security\Cryptography\AsnFormatter.cs (2)
37hexOrder[j++] = HexConverter.ToCharUpper(digit >> 4); 38hexOrder[j++] = HexConverter.ToCharUpper(digit);
System\Security\Cryptography\RandomNumberGenerator.cs (1)
325HexConverter.ToCharUpper(remainingRandom[0]);