|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| X509Store () | |
| X509Store (string storeName) | |
| X509Store (StoreName storeName) | |
| X509Store (StoreLocation storeLocation) | |
| X509Store (StoreName storeName, StoreLocation storeLocation) | |
| X509Store (StoreName storeName, StoreLocation storeLocation, OpenFlags flags) | |
| X509Store (string storeName, StoreLocation storeLocation) | |
| X509Store (string storeName, StoreLocation storeLocation, OpenFlags flags) | |
| X509Store (IntPtr storeHandle) | |
| void | Open (OpenFlags flags) |
| void | Add (X509Certificate2 certificate) |
| void | AddRange (X509Certificate2Collection certificates) |
| void | Remove (X509Certificate2 certificate) |
| void | RemoveRange (X509Certificate2Collection certificates) |
| void | Dispose () |
| void | Close () |
Properties | |
| IntPtr | StoreHandle [get] |
| StoreLocation | Location [get, private set] |
| string? | Name [get, private set] |
| X509Certificate2Collection | Certificates [get] |
| bool | IsOpen [get] |
Private Attributes | |
| IStorePal | _storePal |
Definition at line 5 of file X509Store.cs.