4 references to ComputeSHA256Hash
System.Web (4)
HttpCachePolicy.cs (1)
746_etag = Convert.ToBase64String(CryptoUtil.ComputeSHA256Hash(Encoding.UTF8.GetBytes(sb.ToString())));
OutputCacheModule.cs (1)
280value = Convert.ToBase64String(CryptoUtil.ComputeSHA256Hash(buf));
State\OutOfProcStateClientManager.cs (1)
108string idHash = Convert.ToBase64String(CryptoUtil.ComputeSHA256Hash(Encoding.UTF8.GetBytes(appId)));
Util\HashCodeCombiner.cs (1)
140byte[] fileContentHashBytes = CryptoUtil.ComputeSHA256Hash(fileContentBytes);