4 references to HashStream
System.IdentityModel (4)
System\IdentityModel\CanonicalizationDriver.cs (1)
81WriteTo(new HashStream(hashAlgorithm));
System\IdentityModel\EnvelopedSignatureWriter.cs (1)
93_hashStream = new HashStream(_hashAlgorithm);
System\IdentityModel\SignatureResourcePool.cs (1)
81this.hashStream = new HashStream(hash);
System\IdentityModel\Tokens\SamlAssertion.cs (1)
601this.hashStream = new HashStream(hash);