Table of Contents

Class ListeningHostSslOptions

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Represents the options for configuring HTTPS on a ListeningHost.

public sealed class ListeningHostSslOptions
Inheritance
ListeningHostSslOptions
Inherited Members

Constructors

ListeningHostSslOptions(X509Certificate)

Initializes a new instance of the ListeningHostSslOptions 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.