4 writes to KeyValue
System.Security.Cryptography (4)
System\Security\Cryptography\DesImplementation.cs (1)
55
KeyValue
= key;
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
);