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 | |
X509Chain () | |
X509Chain (bool useMachineContext) | |
X509Chain (IntPtr chainContext) | |
bool | Build (X509Certificate2 certificate) |
void | Reset () |
void | Dispose () |
Static Public Member Functions | |
static X509Chain | Create () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
override void | Finalize () |
Package Functions | |
unsafe | X509Chain (X509ChainImpl impl) |
Properties | |
X509ChainImpl | Impl [get, set] |
unsafe X509ChainElementCollection | ChainElements [get, set] |
X509ChainPolicy | ChainPolicy [get, set] |
Private Attributes | |
X509ChainImpl | impl |
Definition at line 12 of file X509Chain.cs.