2 writes to _rsaKey
mscorlib (2)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (2)
27_rsaKey = (RSA) key; 67_rsaKey = (RSA) key;
4 references to _rsaKey
mscorlib (4)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (4)
73if (_rsaKey == null) 77return _rsaKey.Encrypt(rgbData, RSAEncryptionPadding.OaepSHA1); 79return Utils.RsaOaepEncrypt(_rsaKey, SHA1.Create(), new PKCS1MaskGenerationMethod(), RandomNumberGenerator.Create(), rgbData); 90_rsaOverridesEncrypt = Utils.DoesRsaKeyOverride(_rsaKey, "Encrypt", new Type[] { typeof(byte[]), typeof(RSAEncryptionPadding) });