3 writes to HashValue
System.Security.Cryptography (3)
System\Security\Cryptography\HashAlgorithm.cs (3)
70
HashValue
= null;
155
HashValue
= HashFinal();
216
HashValue
= CaptureHashCodeAndReinitialize();
2 references to HashValue
System.Security.Cryptography (2)
System\Security\Cryptography\HashAlgorithm.cs (2)
40
return (byte[]?)
HashValue
?.Clone();
159
byte[] tmp = (byte[])
HashValue
.Clone();