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

◆ SetKey()

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

Definition at line 24 of file DSASignatureFormatter.cs.

25 {
26 if (key == null)
27 {
28 throw new ArgumentNullException("key");
29 }
30 _dsaKey = (DSA)key;
31 }

References System.Security.Cryptography.DSASignatureFormatter._dsaKey, and System.key.