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

◆ X509Store() [8/9]

System.Security.Cryptography.X509Certificates.X509Store.X509Store ( string storeName,
StoreLocation storeLocation,
OpenFlags flags )
inline

Definition at line 101 of file X509Store.cs.

102 : this(storeName, storeLocation)
103 {
104 Open(flags);
105 }

References System.Security.Cryptography.X509Certificates.X509Store.Open().