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)
50
if (
_rsaKey
== null)
53
return
_rsaKey
.Encrypt(rgbData, RSAEncryptionPadding.Pkcs1);