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)
81
writer.WriteElementString(CanonicalOctetsHashLength,
_hash
.Hash.Length.ToString(CultureInfo.InvariantCulture));
82
writer.WriteElementString(CanonicalOctetsHash, Convert.ToBase64String(
_hash
.Hash));
87
if (
_hash
is KeyedHashAlgorithm)
89
KeyedHashAlgorithm keyedHash =
_hash
as KeyedHashAlgorithm;