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 | |
byte[] | GetBytes () |
Package Functions | |
X509CrlEntry (byte[] serialNumber, DateTime revocationDate, X509ExtensionCollection extensions) | |
X509CrlEntry (ASN1 entry) | |
Properties | |
byte[] | SerialNumber [get, set] |
DateTime | RevocationDate [get, set] |
X509ExtensionCollection | Extensions [get, set] |
Private Attributes | |
byte[] | sn |
DateTime | revocationDate |
X509ExtensionCollection | extensions |
Definition at line 495 of file X509Crl.cs.