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