|
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.PKCS7.SignerInfo:Public Member Functions | |
| SignerInfo () | |
| SignerInfo (ASN1 asn1) | |
Properties | |
| string | IssuerName [get, set] |
| byte[] | SerialNumber [get, set] |
| ArrayList | AuthenticatedAttributes [get, set] |
| string | HashName [get, set] |
| byte[] | Signature [get, set] |
| ArrayList | UnauthenticatedAttributes [get, set] |
| byte | Version [get, set] |
Private Attributes | |
| byte | version |
| string | hashAlgorithm |
| ArrayList | authenticatedAttributes |
| ArrayList | unauthenticatedAttributes |
| byte[] | signature |
| string | issuer |
| byte[] | serial |
| byte[] | ski |