1 write to hashStream
System.IdentityModel (1)
System\IdentityModel\SignatureResourcePool.cs (1)
81
this.
hashStream
= new HashStream(hash);
3 references to hashStream
System.IdentityModel (3)
System\IdentityModel\SignatureResourcePool.cs (3)
79
if (this.
hashStream
== null)
85
this.
hashStream
.Reset(hash);
87
return this.
hashStream
;