Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.CertificateValidationPal Class Reference

Static Package Functions

static X509Store EnsureStoreOpened (bool isMachineStore)
 
static SslPolicyErrors VerifyCertificateProperties (SafeDeleteContext securityContext, X509Chain chain, X509Certificate2 remoteCertificate, bool checkCertName, bool isServer, string hostName)
 
static X509Certificate2 GetRemoteCertificate (SafeDeleteContext securityContext)
 
static X509Certificate2 GetRemoteCertificate (SafeDeleteContext securityContext, out X509Certificate2Collection remoteCertificateCollection)
 
static unsafe string[] GetRequestCertificateAuthorities (SafeDeleteContext securityContext)
 
static X509Store OpenStore (StoreLocation storeLocation)
 

Static Private Member Functions

static X509Certificate2 GetRemoteCertificate (SafeDeleteContext securityContext, bool retrieveCollection, out X509Certificate2Collection remoteCertificateCollection)
 

Static Private Attributes

static readonly object s_syncObject = new object()
 
static volatile X509Store s_myCertStoreEx
 
static volatile X509Store s_myMachineCertStoreEx
 

Detailed Description

Definition at line 11 of file CertificateValidationPal.cs.


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