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

◆ X509Store() [2/9]

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

Definition at line 49 of file X509Store.cs.

50 : this(storeName, StoreLocation.CurrentUser)
51 {
52 }