terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.Security.SslServerAuthenticationOptions Class Reference
+ Inheritance diagram for System.Net.Security.SslServerAuthenticationOptions:
+ Collaboration diagram for System.Net.Security.SslServerAuthenticationOptions:

Public Member Functions

 SslServerAuthenticationOptions ()
 

Properties

bool ClientCertificateRequired [get, set]
 
X509Certificate ServerCertificate [get, set]
 
SslProtocols EnabledSslProtocols [get, set]
 
X509RevocationMode CertificateRevocationCheckMode [set]
 
EncryptionPolicy EncryptionPolicy [set]
 

Private Attributes

X509RevocationMode _checkCertificateRevocation
 
SslProtocols _enabledSslProtocols
 
EncryptionPolicy _encryptionPolicy
 
bool _allowRenegotiation
 
bool< ClientCertificateRequiredk__BackingField
 
X509Certificate< ServerCertificatek__BackingField
 

Detailed Description

Definition at line 12 of file SslServerAuthenticationOptions.cs.


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