Click or drag to resize

ServerSslConfiguration Class

Stores the parameters for the SslStream used by servers.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.NetServerSslConfiguration

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class ServerSslConfiguration

The ServerSslConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodServerSslConfiguration
Initializes a new instance of the ServerSslConfiguration class.
Public methodServerSslConfiguration(ServerSslConfiguration)
Copies the parameters from the specified configuration to a new instance of the ServerSslConfiguration class.
Public methodServerSslConfiguration(X509Certificate2)
Initializes a new instance of the ServerSslConfiguration class with the specified serverCertificate.
Top
Properties
  NameDescription
Public propertyCheckCertificateRevocation
Gets or sets a value indicating whether the certificate revocation list is checked during authentication.
Public propertyClientCertificateRequired
Gets or sets a value indicating whether the client is asked for a certificate for authentication.
Public propertyClientCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the client.
Public propertyEnabledSslProtocols
Gets or sets the protocols used for authentication.
Public propertyServerCertificate
Gets or sets the certificate used to authenticate the server.
Top
See Also