3 references to HexToBinary
System.Web (3)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
88byte[] keyMaterial = CryptoUtil.HexToBinary(configAttributeValue);
Security\FormsAuthentication.cs (1)
143bBlob = CryptoUtil.HexToBinary(encryptedTicket);
Security\MachineKey.cs (1)
73data = CryptoUtil.HexToBinary(encodedData);