8 writes to KeyValue
System.Security.Cryptography (8)
System\Security\Cryptography\AesCng.Windows.cs (2)
291
KeyValue
??= RandomNumberGenerator.GetBytes(AsymmetricAlgorithmHelpers.BitsToBytes(KeySizeValue));
306
KeyValue
= value.CloneByteArray();
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;
5 references to KeyValue
System.Security.Cryptography (5)
System\Security\Cryptography\AesCng.Windows.cs (1)
292
return
KeyValue
.CloneByteArray()!;
System\Security\Cryptography\SymmetricAlgorithm.cs (4)
86
if (
KeyValue
== null)
88
return
KeyValue
.CloneByteArray()!;
200
if (
KeyValue
!= null)
202
Array.Clear(
KeyValue
);