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

◆ VerifyData() [4/11]

bool System.Security.Cryptography.ECDsaCng.VerifyData ( byte[] data,
int offset,
int count,
byte[] signature )
inline

Definition at line 180 of file ECDsaCng.cs.

181 {
182 return VerifyData(data, offset, count, signature, new HashAlgorithmName(HashAlgorithm.Algorithm));
183 }
bool VerifyData(byte[] data, byte[] signature)
Definition ECDsaCng.cs:175

References System.count, System.offset, and System.Security.Cryptography.ECDsaCng.VerifyData().