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
|
Classes | |
struct | AlgorithmIdentifier |
Public Member Functions | |
string | GetNameInfo (X509NameType nameType, bool forIssuer) |
Package Functions | |
CertificateData (byte[] rawData) | |
Package Attributes | |
byte[] | RawData |
byte[] | SubjectPublicKeyInfo |
int | Version |
byte[] | SerialNumber |
CertificateData.AlgorithmIdentifier | TbsSignature |
X500DistinguishedName | Issuer |
DateTime | NotBefore |
DateTime | NotAfter |
X500DistinguishedName | Subject |
CertificateData.AlgorithmIdentifier | PublicKeyAlgorithm |
byte[] | PublicKey |
byte[] | IssuerUniqueId |
byte[] | SubjectUniqueId |
List< X509Extension > | Extensions |
CertificateData.AlgorithmIdentifier | SignatureAlgorithm |
byte[] | SignatureValue |
Properties | |
class< ReadReverseRdns > | IEnumerator [set] |
Static Private Member Functions | |
static string | GetSimpleNameInfo (X500DistinguishedName name) |
static string | FindAltNameMatch (byte[] extensionBytes, GeneralNameType matchType, string otherOid) |
static IEnumerable< KeyValuePair< string, string > > | ReadReverseRdns (X500DistinguishedName name) |
Private Attributes | |
class< ReadReverseRdns > | d__21: IEnumerable<KeyValuePair<string |
class< ReadReverseRdns > | string |
class< ReadReverseRdns > | IEnumerable |
class< ReadReverseRdns > | IEnumerator< KeyValuePair< string, string > > |
class< ReadReverseRdns > | IDisposable |
Definition at line 14 of file CertificateData.cs.