Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static SslCertificateTrust | CreateForX509Store (X509Store store, bool sendTrustInHandshake=false) |
static SslCertificateTrust | CreateForX509Collection (X509Certificate2Collection trustList, bool sendTrustInHandshake=false) |
Package Attributes | |
X509Store | _store |
X509Certificate2Collection | _trustList |
bool | _sendTrustInHandshake |
Private Member Functions | |
SslCertificateTrust () | |
Definition at line 6 of file SslCertificateTrust.cs.