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

◆ CreateSignature() [1/2]

override byte[] System.Security.Cryptography.DSACryptoServiceProvider.CreateSignature ( byte[] rgbHash)
inline

Definition at line 295 of file DSACryptoServiceProvider.cs.

296 {
297 return SignHash(rgbHash, null);
298 }

References System.Security.Cryptography.DSACryptoServiceProvider.SignHash().