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