2 writes to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
17
_rsaKey
= (RSA)key;
59
_rsaKey
= (RSA)key;
2 references to _rsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
69
if (
_rsaKey
== null)
72
return
_rsaKey
.Encrypt(rgbData, RSAEncryptionPadding.OaepSHA1);