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