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

◆ SetKey()

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

Definition at line 39 of file RSAPKCS1KeyExchangeFormatter.cs.

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

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