3 references to BinaryToHex
System.Web (3)
Security\FormsAuthentication.cs (2)
76
return CryptoUtil.
BinaryToHex
(hashAlgorithm.ComputeHash(Encoding.UTF8.GetBytes(password)));
289
return CryptoUtil.
BinaryToHex
(bBlob);
Security\MachineKey.cs (1)
56
return CryptoUtil.
BinaryToHex
(data);