1 write to hashAlgorithm
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
305this.hashAlgorithm = CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha256Digest);
3 references to hashAlgorithm
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
303if (this.hashAlgorithm == null) 309this.hashAlgorithm.Initialize(); 312return this.hashAlgorithm;