2 writes to ParameterValue
mscorlib (2)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (2)
43
ParameterValue
= (byte[]) value.Clone();
45
ParameterValue
= null;
2 references to ParameterValue
mscorlib (2)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (2)
37
if (
ParameterValue
!= null)
38
return (byte[])
ParameterValue
.Clone();