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
|
Public Member Functions | |
X509Chain () | |
X509Chain (X509CertificateCollection chain) | |
void | LoadCertificate (X509Certificate x509) |
void | LoadCertificates (X509CertificateCollection collection) |
X509Certificate | FindByIssuerName (string issuerName) |
bool | Build (X509Certificate leaf) |
void | Reset () |
Properties | |
X509CertificateCollection | Chain [get, set] |
X509Certificate | Root [get, set] |
X509ChainStatusFlags | Status [get, set] |
X509CertificateCollection | TrustAnchors [get, set] |
Private Member Functions | |
bool | IsValid (X509Certificate cert) |
X509Certificate | FindCertificateParent (X509Certificate child) |
X509Certificate | FindCertificateRoot (X509Certificate potentialRoot) |
bool | IsTrusted (X509Certificate potentialTrusted) |
bool | IsParent (X509Certificate child, X509Certificate parent) |
Private Attributes | |
X509CertificateCollection | roots |
X509CertificateCollection | certs |
X509Certificate | _root |
X509CertificateCollection | _chain |
X509ChainStatusFlags | _status |
Definition at line 11 of file X509Chain.cs.