terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 | |
X509Chain (X509ChainImpl impl) | |
Properties | |
X509ChainImpl | Impl [get] |
X509ChainElementCollection | ChainElements [get] |
X509ChainPolicy | ChainPolicy [get] |
Private Attributes | |
X509ChainImpl | impl |
Definition at line 6 of file X509Chain.cs.