Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.X509Certificates.X509Chain Class Reference

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]
 
SafeX509ChainHandleSafeHandle [get]
 

Private Attributes

X509ChainPolicy _chainPolicy
 
volatile X509ChainStatus[] _lazyChainStatus
 
X509ChainElementCollection _chainElements
 
IChainPal _pal
 
bool _useMachineContext
 
readonly object _syncRoot = new object()
 

Detailed Description

Definition at line 7 of file X509Chain.cs.


The documentation for this class was generated from the following file: