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

◆ GetHashFromString()

HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider.GetHashFromString ( string name)
inlineprivate

Definition at line 439 of file RSACryptoServiceProvider.cs.

440 {
441 HashAlgorithm hashAlgorithm;
442 if (HashAlgorithm.Create(name) == null)
443 {
444 string text;
445 hashAlgorithm = HashAlgorithm.Create(text);
446 }
447 return hashAlgorithm;
448 }

References System.Security.Cryptography.HashAlgorithm.Create(), System.name, and System.text.