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