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

◆ RSAPKCS1KeyExchangeFormatter() [2/2]

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

Definition at line 30 of file RSAPKCS1KeyExchangeFormatter.cs.

31 {
32 if (key == null)
33 {
34 throw new ArgumentNullException("key");
35 }
36 _rsaKey = (RSA)key;
37 }

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