3 writes to hashStream
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (3)
541
this.
hashStream
= null;
607
this.
hashStream
= hashStream = new HashStream(CryptoHelper.CreateHashAlgorithm(this.AlgorithmSuite.DefaultDigestAlgorithm));
674
this.
hashStream
= this.signedInfo.ResourcePool.TakeHashStream(digestAlgorithm);
2 references to hashStream
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
605
if (this.
hashStream
== null)
611
hashStream = this.
hashStream
;;