SslRenegotiationMode Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Specifies TLS/SSL renegotiation mode for TLS 1.2 or lower.
Syntax
public enum SslRenegotiationMode
Fields
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). |