2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeDeformatter.cs (2)
15_rsaKey = (RSA)key; 36_rsaKey = (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeDeformatter.cs (2)
26if (_rsaKey == null) 29return _rsaKey.Decrypt(rgbData, RSAEncryptionPadding.OaepSHA1);