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
HttpsOptions
Inherited Members

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.