Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SslAuthenticationOptions() [1/3]

System.Net.Security.SslAuthenticationOptions.SslAuthenticationOptions ( SslClientAuthenticationOptions sslClientAuthenticationOptions,
RemoteCertificateValidationCallback remoteCallback,
LocalCertSelectionCallback localCallback )
inlinepackage

Definition at line 54 of file SslAuthenticationOptions.cs.

55 {
59 CheckCertName = true;
61 EncryptionPolicy = sslClientAuthenticationOptions.EncryptionPolicy;
62 IsServer = false;
63 RemoteCertRequired = true;
69 }
RemoteCertificateValidationCallback CertValidationDelegate
static SslProtocols FilterOutIncompatibleSslProtocols(SslProtocols protocols)

References System.Net.Security.SslAuthenticationOptions.AllowRenegotiation, System.Net.Security.SslAuthenticationOptions.ApplicationProtocols, System.Net.Security.SslAuthenticationOptions.CertificateRevocationCheckMode, System.Net.Security.SslAuthenticationOptions.CertSelectionDelegate, System.Net.Security.SslAuthenticationOptions.CertValidationDelegate, System.Net.Security.SslAuthenticationOptions.CheckCertName, System.Net.Security.SslAuthenticationOptions.ClientCertificates, System.Net.Security.SslAuthenticationOptions.EnabledSslProtocols, System.Net.Security.SslAuthenticationOptions.FilterOutIncompatibleSslProtocols(), System.Net.Security.SslAuthenticationOptions.IsServer, System.Net.Security.SslAuthenticationOptions.RemoteCertRequired, and System.Net.Security.SslAuthenticationOptions.TargetHost.