Click or drag to resize

VaserSSLServer Class

This class provides security options for SSL encrypted server sockets.
Inheritance Hierarchy
SystemObject
  Vaser.ConnectionSettingsVaserSSLServer

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class VaserSSLServer
Constructors
  NameDescription
Public methodVaserSSLServer(X509Certificate2)
Used by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate.
Public methodVaserSSLServer(X509Certificate2, Boolean, SslProtocols, Boolean)
Used by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates, requirements and security protocol.
Top
See Also