terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SignHash() [2/3]

byte[] System.Security.Cryptography.RSACryptoServiceProvider.SignHash ( byte[] rgbHash,
int calgHash )
inlineprivate

Definition at line 501 of file RSACryptoServiceProvider.cs.

502 {
503 HashAlgorithm hashAlgorithm = RSACryptoServiceProvider.InternalHashToHashAlgorithm(calgHash);
504 return PKCS1.Sign_v15(this, hashAlgorithm, rgbHash);
505 }
class f__AnonymousType0<< Count > j__TPar
static byte[] Sign_v15(RSA rsa, HashAlgorithm hash, byte[] hashValue)
Definition PKCS1.cs:110

References System.Security.Cryptography.RSACryptoServiceProvider.InternalHashToHashAlgorithm(), j__TPar, and Mono.Security.Cryptography.PKCS1.Sign_v15().