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

◆ GetHash()

HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider.GetHash ( object halg)
inlineprivate

Definition at line 417 of file RSACryptoServiceProvider.cs.

418 {
419 for (;;)
420 {
421 if (halg != null)
422 {
423 object obj;
424 if (obj != null)
425 {
426 break;
427 }
428 HashAlgorithm hashAlgorithm;
429 if (hashAlgorithm != null)
430 {
431 return hashAlgorithm;
432 }
433 }
434 }
435 throw new InvalidCastException();
436 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.

Referenced by System.Security.Cryptography.RSACryptoServiceProvider.SignData(), System.Security.Cryptography.RSACryptoServiceProvider.SignData(), and System.Security.Cryptography.RSACryptoServiceProvider.VerifyData().