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

◆ VerifySignature() [1/4]

override bool System.Security.Cryptography.DSACryptoServiceProvider.VerifySignature ( byte[] rgbHash,
byte[] rgbSignature )
inline

Definition at line 300 of file DSACryptoServiceProvider.cs.

301 {
302 return VerifyHash(rgbHash, null, rgbSignature);
303 }
bool VerifyHash(byte[] rgbHash, string? str, byte[] rgbSignature)

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