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

◆ AesCng() [2/4]

System.Security.Cryptography.AesCng.AesCng ( string keyName)
inline

Definition at line 63 of file AesCng.cs.

64 : this(keyName, CngProvider.MicrosoftSoftwareKeyStorageProvider)
65 {
66 }