|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| X509Chain () | |
| X509Chain (bool useMachineContext) | |
| X509Chain (IntPtr chainContext) | |
| bool | Build (X509Certificate2 certificate) |
| void | Dispose () |
| void | Reset () |
Static Public Member Functions | |
| static X509Chain | Create () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Package Functions | |
| bool | Build (X509Certificate2 certificate, bool throwOnException) |
Properties | |
| X509ChainElementCollection | ChainElements [get] |
| X509ChainPolicy | ChainPolicy [get, set] |
| X509ChainStatus[] | ChainStatus [get] |
| IntPtr | ChainContext [get] |
| SafeX509ChainHandle? | SafeHandle [get] |
Private Attributes | |
| X509ChainPolicy | _chainPolicy |
| volatile X509ChainStatus[] | _lazyChainStatus |
| X509ChainElementCollection | _chainElements |
| IChainPal | _pal |
| bool | _useMachineContext |
| readonly object | _syncRoot = new object() |
Definition at line 7 of file X509Chain.cs.