2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
17_rsaKey = (RSA)key; 59_rsaKey = (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
69if (_rsaKey == null) 72return _rsaKey.Encrypt(rgbData, RSAEncryptionPadding.OaepSHA1);