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

◆ RSAPKCS1KeyExchangeDeformatter() [2/2]

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

Definition at line 39 of file RSAPKCS1KeyExchangeDeformatter.cs.

40 {
41 if (key == null)
42 {
43 throw new ArgumentNullException("key");
44 }
45 _rsaKey = (RSA)key;
46 }

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