2 writes to _rsaKey
mscorlib (2)
system\security\cryptography\rsaoaepkeyexchangedeformatter.cs (2)
25_rsaKey = (RSA) key; 57_rsaKey = (RSA) key;
4 references to _rsaKey
mscorlib (4)
system\security\cryptography\rsaoaepkeyexchangedeformatter.cs (4)
43if (_rsaKey == null) 47return _rsaKey.Decrypt(rgbData, RSAEncryptionPadding.OaepSHA1); 49return Utils.RsaOaepDecrypt(_rsaKey, SHA1.Create(), new PKCS1MaskGenerationMethod(), rgbData); 64_rsaOverridesDecrypt = Utils.DoesRsaKeyOverride(_rsaKey, "Decrypt", new Type[] { typeof(byte[]), typeof(RSAEncryptionPadding) });