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