|
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
|
Collaboration diagram for Mono.Security.X509.X509Store:Public Member Functions | |
| void | Clear () |
| void | Import (X509Certificate certificate) |
| void | Import (X509Crl crl) |
| void | Remove (X509Certificate certificate) |
| void | Remove (X509Crl crl) |
Package Functions | |
| X509Store (string path, bool crl, bool newFormat) | |
Properties | |
| X509CertificateCollection | Certificates [get, set] |
| ArrayList | Crls [get, set] |
| string | Name [get, set] |
Private Member Functions | |
| void | ClearCertificates () |
| void | ClearCrls () |
| void | ImportNewFormat (X509Certificate certificate) |
| void | RemoveNewFormat (X509Certificate certificate) |
| string | GetUniqueNameWithSerial (X509Certificate certificate) |
| string | GetUniqueName (X509Certificate certificate, byte[] serial=null) |
| string | GetUniqueName (X509Crl crl) |
| byte[] | GetUniqueName (X509ExtensionCollection extensions, byte[] serial=null) |
| string | GetUniqueName (string method, byte[] name, string fileExtension) |
| byte[] | Load (string filename) |
| X509Certificate | LoadCertificate (string filename) |
| X509Crl | LoadCrl (string filename) |
| bool | CheckStore (string path, bool throwException) |
| X509CertificateCollection | BuildCertificatesCollection (string storeName) |
| ArrayList | BuildCrlsCollection (string storeName) |
Private Attributes | |
| string | _storePath |
| X509CertificateCollection | _certificates |
| ArrayList | _crls |
| bool | _crl |
| bool | _newFormat |
| string | _name |
Definition at line 14 of file X509Store.cs.