6 writes to KeyValue
System.Security.Cryptography (6)
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
30
KeyValue
= key;
System\Security\Cryptography\DesImplementation.cs (1)
55
KeyValue
= key;
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
71
KeyValue
= RandomNumberGenerator.GetBytes(KeySizeValue / 8);
System\Security\Cryptography\SymmetricAlgorithm.cs (3)
101
KeyValue
= value.CloneByteArray();
118
KeyValue
= null;
203
KeyValue
= null;
4 references to KeyValue
System.Security.Cryptography (4)
System\Security\Cryptography\SymmetricAlgorithm.cs (4)
86
if (
KeyValue
== null)
88
return
KeyValue
.CloneByteArray()!;
200
if (
KeyValue
!= null)
202
Array.Clear(
KeyValue
);