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

◆ Create() [2/2]

static new? KeyedHashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm.Create ( string algName)
inlinestatic

Definition at line 29 of file KeyedHashAlgorithm.cs.

30 {
31 return (KeyedHashAlgorithm)CryptoConfigForwarder.CreateFromName(algName);
32 }

References System.Security.Cryptography.CryptoConfigForwarder.CreateFromName().