4 writes to KeyValue
System.Security.Cryptography (4)
System\Security\Cryptography\DesImplementation.cs (1)
55KeyValue = key;
System\Security\Cryptography\SymmetricAlgorithm.cs (3)
101KeyValue = value.CloneByteArray(); 118KeyValue = null; 203KeyValue = null;
4 references to KeyValue
System.Security.Cryptography (4)
System\Security\Cryptography\SymmetricAlgorithm.cs (4)
86if (KeyValue == null) 88return KeyValue.CloneByteArray()!; 200if (KeyValue != null) 202Array.Clear(KeyValue);