|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Security.Cryptography.X509Certificates.X509Store:
Collaboration diagram for System.Security.Cryptography.X509Certificates.X509Store:Public Member Functions | |
| X509Store (StoreName storeName, StoreLocation storeLocation) | |
| void | Close () |
| void | Dispose () |
| void | Open (OpenFlags flags) |
Properties | |
| X509Certificate2Collection | Certificates [get, set] |
| X509Stores | Factory [get, set] |
| X509Store | Store [get, set] |
Private Attributes | |
| string | _name |
| StoreLocation | _location |
| X509Certificate2Collection | list |
| OpenFlags | _flags |
| X509Store | store |
Definition at line 10 of file X509Store.cs.