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 | |
override void | AddStatus (X509ChainStatusFlags error) |
override bool | Build (X509Certificate2 certificate) |
override void | Reset () |
void | Dispose () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
void | ThrowIfContextInvalid () |
override void | Finalize () |
Package Functions | |
unsafe | X509ChainImplUnityTls (UnityTls.unitytls_x509list_ref nativeCertificateChain, bool reverseOrder=false) |
Properties | |
override bool | IsValid [get, set] |
UnityTls.unitytls_x509list_ref | NativeCertificateChain [get, set] |
override X509ChainElementCollection | ChainElements [get, set] |
override X509ChainPolicy | ChainPolicy [get, set] |
Private Attributes | |
X509ChainElementCollection | elements |
UnityTls.unitytls_x509list_ref | nativeCertificateChain |
X509ChainPolicy | policy |
List< X509ChainStatus > | chainStatusList |
bool | reverseOrder |
Definition at line 12 of file X509ChainImplUnityTls.cs.