|
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.X509.X509Crl.X509CrlEntry: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.