Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ SetKey()

override void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter.SetKey ( AsymmetricAlgorithm key)
inline

Definition at line 57 of file RSAPKCS1KeyExchangeDeformatter.cs.

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

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