Click or drag to resize

ServerSslConfiguration Constructor (X509Certificate2)

Initializes a new instance of the ServerSslConfiguration class with the specified serverCertificate.

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

Parameters

serverCertificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
A X509Certificate2 that represents the certificate used to authenticate the server.
See Also