| 
    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 Mono.Security.X509.X509CertificateBuilder:
 Collaboration diagram for Mono.Security.X509.X509CertificateBuilder:Public Member Functions | |
| X509CertificateBuilder () | |
| X509CertificateBuilder (byte version) | |
| virtual byte[] | Sign (AsymmetricAlgorithm aa) | 
| virtual byte[] | Sign (RSA key) | 
| virtual byte[] | Sign (DSA key) | 
Protected Member Functions | |
| override ASN1 | ToBeSigned (string oid) | 
| string | GetOid (string hashName) | 
Properties | |
| byte | Version [get, set] | 
| byte[] | SerialNumber [get, set] | 
| string | IssuerName [get, set] | 
| DateTime | NotBefore [get, set] | 
| DateTime | NotAfter [get, set] | 
| string | SubjectName [get, set] | 
| AsymmetricAlgorithm | SubjectPublicKey [get, set] | 
| byte[] | IssuerUniqueId [get, set] | 
| byte[] | SubjectUniqueId [get, set] | 
| X509ExtensionCollection | Extensions [get, set] | 
| string | Hash [get, set] | 
Private Member Functions | |
| ASN1 | SubjectPublicKeyInfo () | 
| byte[] | UniqueIdentifier (byte[] id) | 
| byte[] | Build (ASN1 tbs, string hashoid, byte[] signature) | 
Private Attributes | |
| byte | version | 
| byte[] | sn | 
| string | issuer | 
| DateTime | notBefore | 
| DateTime | notAfter | 
| string | subject | 
| AsymmetricAlgorithm | aa | 
| byte[] | issuerUniqueID | 
| byte[] | subjectUniqueID | 
| X509ExtensionCollection | extensions | 
| string | hashName | 
Static Private Attributes | |
| const string | defaultHash = "SHA1" | 
Definition at line 10 of file X509CertificateBuilder.cs.