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

◆ SetKey()

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

Definition at line 43 of file RSAOAEPKeyExchangeDeformatter.cs.

44 {
45 if (key == null)
46 {
47 throw new ArgumentNullException("key");
48 }
49 _rsaKey = (RSA)key;
50 }

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