2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1KeyExchangeDeformatter.cs (2)
19_rsaKey = (RSA)key; 46_rsaKey = (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1KeyExchangeDeformatter.cs (2)
36if (_rsaKey == null) 39return _rsaKey.Decrypt(rgbIn, RSAEncryptionPadding.Pkcs1);