2 writes to _rsaKey
mscorlib (2)
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (2)
29_rsaKey = (RSA) key; 53_rsaKey = (RSA) key;
5 references to _rsaKey
mscorlib (5)
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (5)
58if (_rsaKey == null) 63rgbKeyEx = _rsaKey.Encrypt(rgbData, RSAEncryptionPadding.Pkcs1); 66int cb = _rsaKey.KeySize/8; 93rgbKeyEx = _rsaKey.EncryptValue(rgbInput); 105_rsaOverridesEncrypt = Utils.DoesRsaKeyOverride(_rsaKey, "Encrypt", new Type[] { typeof(byte[]), typeof(RSAEncryptionPadding) });