Click or drag to resize

ClientSslConfiguration Class

Stores the parameters for the SslStream used by clients.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.NetClientSslConfiguration

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

The ClientSslConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodClientSslConfiguration
Initializes a new instance of the ClientSslConfiguration class.
Public methodClientSslConfiguration(ClientSslConfiguration)
Copies the parameters from the specified configuration to a new instance of the ClientSslConfiguration class.
Public methodClientSslConfiguration(String)
Initializes a new instance of the ClientSslConfiguration class with the specified targetHost.
Top
Properties
  NameDescription
Public propertyCheckCertificateRevocation
Gets or sets a value indicating whether the certificate revocation list is checked during authentication.
Public propertyClientCertificates
Gets or sets the certificates from which to select one to supply to the server.
Public propertyClientCertificateSelectionCallback
Gets or sets the callback used to select the certificate to supply to the server.
Public propertyEnabledSslProtocols
Gets or sets the protocols used for authentication.
Public propertyServerCertificateValidationCallback
Gets or sets the callback used to validate the certificate supplied by the server.
Public propertyTargetHost
Gets or sets the target host server name.
Top
See Also