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