Click or drag to resize

VaserSSLServer Constructor (X509Certificate2)

Used by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate.

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserSSLServer( 	X509Certificate2 serverCertificate )

Parameters

serverCertificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
The certificate used to authenticate the server.
See Also