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

Properties

bool AllowRenegotiation [get, set]
 
LocalCertificateSelectionCallback? LocalCertificateSelectionCallback [get, set]
 
RemoteCertificateValidationCallback? RemoteCertificateValidationCallback [get, set]
 
List< SslApplicationProtocol >? ApplicationProtocols [get, set]
 
stringTargetHost [get, set]
 
X509CertificateCollectionClientCertificates [get, set]
 
X509RevocationMode CertificateRevocationCheckMode [get, set]
 
EncryptionPolicy EncryptionPolicy [get, set]
 
SslProtocols EnabledSslProtocols [get, set]
 
CipherSuitesPolicyCipherSuitesPolicy [get, set]
 

Private Attributes

EncryptionPolicy _encryptionPolicy
 
X509RevocationMode _checkCertificateRevocation
 
SslProtocols _enabledSslProtocols
 
bool _allowRenegotiation = true
 

Detailed Description

Definition at line 7 of file SslClientAuthenticationOptions.cs.


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