2 writes to ParameterValue
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
35
ParameterValue
= (byte[])value.Clone();
39
ParameterValue
= null;
2 references to ParameterValue
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
24
if (
ParameterValue
!= null)
26
return (byte[])
ParameterValue
.Clone();