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