|
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.X509Certificate2Impl:
Collaboration diagram for System.Security.Cryptography.X509Certificates.X509Certificate2Impl:Public Member Functions | |
| string | GetNameInfo (X509NameType nameType, bool forIssuer) |
| bool | Verify (X509Certificate2 thisCertificate) |
| void | AppendPrivateKeyInfo (StringBuilder sb) |
| override X509CertificateImpl | CopyWithPrivateKey (RSA privateKey) |
| X509CertificateImpl | Clone () |
| override int | GetHashCode () |
| RSA | GetRSAPrivateKey () |
| DSA | GetDSAPrivateKey () |
| override bool | Equals (object obj) |
| void | Dispose () |
Protected Member Functions | |
| X509Certificate2Impl () | |
| void | ThrowIfContextInvalid () |
| virtual void | Dispose (bool disposing) |
| override void | Finalize () |
Properties | |
| IEnumerable< X509Extension > | Extensions [get] |
| X500DistinguishedName | IssuerName [get] |
| AsymmetricAlgorithm | PrivateKey [get, set] |
| string | SignatureAlgorithm [get] |
| X500DistinguishedName | SubjectName [get] |
| int | Version [get] |
| X509CertificateImplCollection | IntermediateCertificates [get] |
| bool | IsValid [get] |
| string | Issuer [get] |
| string | Subject [get] |
| byte[] | RawData [get] |
| global::System.DateTime | NotAfter [get] |
| global::System.DateTime | NotBefore [get] |
| byte[] | Thumbprint [get] |
| string | KeyAlgorithm [get] |
| byte[] | KeyAlgorithmParameters [get] |
| byte[] | PublicKeyValue [get] |
| byte[] | SerialNumber [get] |
| bool | HasPrivateKey [get] |
Definition at line 10 of file X509Certificate2Impl.cs.