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

◆ RSAOAEPKeyExchangeFormatter() [2/2]

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

Definition at line 55 of file RSAOAEPKeyExchangeFormatter.cs.

56 {
57 if (key == null)
58 {
59 throw new ArgumentNullException("key");
60 }
61 _rsaKey = (RSA)key;
62 }

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