Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Security.SslAuthenticationOptions Class Referencesealed

Package Functions

 SslAuthenticationOptions (SslClientAuthenticationOptions sslClientAuthenticationOptions, RemoteCertificateValidationCallback remoteCallback, LocalCertSelectionCallback localCallback)
 
 SslAuthenticationOptions (SslServerAuthenticationOptions sslServerAuthenticationOptions)
 
 SslAuthenticationOptions (ServerOptionsSelectionCallback optionCallback, object state, RemoteCertificateValidationCallback remoteCallback)
 
void UpdateOptions (SslServerAuthenticationOptions sslServerAuthenticationOptions)
 

Properties

bool AllowRenegotiation [get, set]
 
string TargetHost [get, set]
 
X509CertificateCollection ClientCertificates [get, set]
 
List< SslApplicationProtocolApplicationProtocols [get, set]
 
bool IsServer [get, set]
 
SslStreamCertificateContext CertificateContext [get, set]
 
SslProtocols EnabledSslProtocols [get, set]
 
X509RevocationMode CertificateRevocationCheckMode [get, set]
 
EncryptionPolicy EncryptionPolicy [get, set]
 
bool RemoteCertRequired [get, set]
 
bool CheckCertName [get, set]
 
RemoteCertificateValidationCallback CertValidationDelegate [get, set]
 
LocalCertSelectionCallback CertSelectionDelegate [get, set]
 
ServerCertSelectionCallback ServerCertSelectionDelegate [get, set]
 
CipherSuitesPolicy CipherSuitesPolicy [set]
 
object UserState [get]
 
ServerOptionsSelectionCallback ServerOptionDelegate [get]
 

Static Private Member Functions

static SslProtocols FilterOutIncompatibleSslProtocols (SslProtocols protocols)
 

Private Attributes

CipherSuitesPolicy _003CCipherSuitesPolicy_003Ek__BackingField
 

Detailed Description

Definition at line 8 of file SslAuthenticationOptions.cs.


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