1 write to hash
System.IdentityModel (1)
System\IdentityModel\HashStream.cs (1)
116
this.
hash
= hash;
6 references to hash
System.IdentityModel (6)
System\IdentityModel\HashStream.cs (6)
47
get { return this.
hash
; }
78
this.
hash
.TransformFinalBlock(CryptoHelper.EmptyBuffer, 0, 0);
81
DigestTraceRecordHelper.TraceDigest(this.logStream, this.
hash
);
92
return this.
hash
.Hash;
104
this.
hash
.Initialize();
126
this.
hash
.TransformBlock(buffer, offset, count, buffer, offset);