Table of Contents

Class HttpsOptions

Namespace: Sisk.Cadente
Assembly: Sisk.Cadente.dll

Represents the options for configuring an HTTPS server.

public sealed class HttpsOptions

Inheritance

objectHttpsOptions

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

HttpsOptions(X509Certificate)

Initializes a new instance of the HttpsOptions class.

Properties

AllowedProtocols

Gets or sets the SSL/HTTPS protocols allowed for connections.

CheckCertificateRevocation

Gets or sets a value indicating whether to check for certificate revocation.

ClientCertificateRequired

Gets or sets a value indicating whether client certificates are required for authentication.

ServerCertificate

Gets the SSL certificate used by the proxy server.