2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1KeyExchangeFormatter.cs (2)
19_rsaKey = (RSA)key; 40_rsaKey = (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1KeyExchangeFormatter.cs (2)
50if (_rsaKey == null) 53return _rsaKey.Encrypt(rgbData, RSAEncryptionPadding.Pkcs1);