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

◆ VerifyHash() [2/4]

bool System.Security.Cryptography.RSACryptoServiceProvider.VerifyHash ( byte[] rgbHash,
int calgHash,
byte[] rgbSignature )
inlineprivate

Definition at line 383 of file RSACryptoServiceProvider.cs.

384 {
385 return CapiHelper.VerifySign(SafeProvHandle, SafeKeyHandle, 9216, calgHash, rgbHash, rgbSignature);
386 }
static bool VerifySign(SafeProvHandle hProv, SafeKeyHandle hKey, int calgKey, int calgHash, byte[] hash, byte[] signature)

References Internal.NativeCrypto.CapiHelper.VerifySign().