SslRenegotiationMode Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Specifies TLS/SSL renegotiation mode for TLS 1.2 or lower.
Syntax
public enum SslRenegotiationModeFields
| Name | Description | 
|---|---|
| Disabled | Server-initiated renegotiation is disabled. | 
| Enabled | Server-initiated renegotiation is enabled. Both secure and legacy modes are allowed. | 
| SecureOnly | Server-initiated renegotiation is enabled as long as the server supports and uses Renegotiation Indication Extension (RFC 5746). |