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

◆ Create() [2/2]

static new? DES System.Security.Cryptography.DES.Create ( string algName)
inlinestaticinherited

Definition at line 72 of file DES.cs.

73 {
74 return (DES)CryptoConfig.CreateFromName(algName);
75 }

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