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)
47if (_rsaKey == null) 52rgbOut = _rsaKey.Decrypt(rgbIn, RSAEncryptionPadding.Pkcs1); 57rgb = _rsaKey.DecryptValue(rgbIn); 93_rsaOverridesDecrypt = Utils.DoesRsaKeyOverride(_rsaKey, "Decrypt", new Type[] { typeof(byte[]), typeof(RSAEncryptionPadding) });