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

◆ SetKey()

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

Definition at line 26 of file RSAPKCS1SignatureFormatter.cs.

27 {
28 if (key == null)
29 {
30 throw new ArgumentNullException("key");
31 }
32 _rsaKey = (RSA)key;
33 }

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