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