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() [3/3]

byte[] System.Security.Cryptography.RSACryptoServiceProvider.SignHash ( byte[] rgbHash,
string str )
inline

Definition at line 488 of file RSACryptoServiceProvider.cs.

489 {
490 while (rgbHash == null)
491 {
492 }
493 if (str != null)
494 {
495 }
496 HashAlgorithm hashAlgorithm = HashAlgorithm.Create("SHA1");
497 return PKCS1.Sign_v15(this, hashAlgorithm, rgbHash);
498 }
class f__AnonymousType0<< Count > j__TPar
static byte[] Sign_v15(RSA rsa, HashAlgorithm hash, byte[] hashValue)
Definition PKCS1.cs:110

References System.Security.Cryptography.HashAlgorithm.Create(), j__TPar, and Mono.Security.Cryptography.PKCS1.Sign_v15().