6 writes to KeyValue
System.Security.Cryptography (6)
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
30KeyValue = key;
System\Security\Cryptography\DesImplementation.cs (1)
55KeyValue = key;
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
71KeyValue = RandomNumberGenerator.GetBytes(KeySizeValue / 8);
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);