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

◆ SetKey()

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

Definition at line 64 of file RSAOAEPKeyExchangeFormatter.cs.

65 {
66 if (key == null)
67 {
68 throw new ArgumentNullException("key");
69 }
70 _rsaKey = (RSA)key;
71 }

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