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)
36
if (
_rsaKey
== null)
39
return
_rsaKey
.Decrypt(rgbIn, RSAEncryptionPadding.Pkcs1);