2 writes to KeyValue
System.Security.Cryptography (2)
System\Security\Cryptography\KeyedHashAlgorithm.cs (2)
31
KeyValue
= value.CloneByteArray();
44
KeyValue
= null!;
3 references to KeyValue
System.Security.Cryptography (3)
System\Security\Cryptography\KeyedHashAlgorithm.cs (3)
26
return
KeyValue
.CloneByteArray();
40
if (
KeyValue
!= null)
42
Array.Clear(
KeyValue
);