1 write to _hash
System.IdentityModel (1)
System\IdentityModel\Diagnostics\DigestTraceRecordHelper.cs (1)
46_hash = hash;
4 references to _hash
System.IdentityModel (4)
System\IdentityModel\Diagnostics\DigestTraceRecordHelper.cs (4)
81writer.WriteElementString(CanonicalOctetsHashLength, _hash.Hash.Length.ToString(CultureInfo.InvariantCulture)); 82writer.WriteElementString(CanonicalOctetsHash, Convert.ToBase64String(_hash.Hash)); 87if (_hash is KeyedHashAlgorithm) 89KeyedHashAlgorithm keyedHash = _hash as KeyedHashAlgorithm;