Click or drag to resize

VaserSSLClient Class

This class provides security options for SSL encrypted client connections.
Inheritance Hierarchy
SystemObject
  Vaser.ConnectionSettingsVaserSSLClient

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class VaserSSLClient
Constructors
  NameDescription
Public methodVaserSSLClient(String)
Called by clients to authenticate the server and optionally the client in a client-server connection.
Public methodVaserSSLClient(String, X509Certificate2Collection, SslProtocols, Boolean)
Called by clients to authenticate the server and optionally the client in a client-server connection. The authentication process uses the specified certificate collection and SSL protocol.
Top
See Also