2 writes to _rsaKey
mscorlib (2)
system\security\cryptography\rsapkcs1keyexchangedeformatter.cs (2)
25
_rsaKey
= (RSA) key;
86
_rsaKey
= (RSA) key;
4 references to _rsaKey
mscorlib (4)
system\security\cryptography\rsapkcs1keyexchangedeformatter.cs (4)
47
if (
_rsaKey
== null)
52
rgbOut =
_rsaKey
.Decrypt(rgbIn, RSAEncryptionPadding.Pkcs1);
57
rgb =
_rsaKey
.DecryptValue(rgbIn);
93
_rsaOverridesDecrypt = Utils.DoesRsaKeyOverride(
_rsaKey
, "Decrypt", new Type[] { typeof(byte[]), typeof(RSAEncryptionPadding) });