|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| bool | AllowRenegotiation [get, set] |
| string | TargetHost [get, set] |
| X509CertificateCollection | ClientCertificates [get, set] |
| List< SslApplicationProtocol > | ApplicationProtocols [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 |
Definition at line 8 of file SslAuthenticationOptions.cs.