Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RSAOAEPKeyExchangeDeformatter() [2/2]

System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter.RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key)
inline

Definition at line 25 of file RSAOAEPKeyExchangeDeformatter.cs.

26 {
27 if (key == null)
28 {
29 throw new ArgumentNullException("key");
30 }
31 _rsaKey = (RSA)key;
32 }

References System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter._rsaKey, and System.key.