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

◆ X509Store() [3/9]

System.Security.Cryptography.X509Certificates.X509Store.X509Store ( StoreName storeName)
inline

Definition at line 54 of file X509Store.cs.

55 : this(storeName, StoreLocation.CurrentUser)
56 {
57 }