ServerSslConfiguration Constructor (X509Certificate2) |
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public ServerSslConfiguration(
X509Certificate2 serverCertificate
)
Parameters
- serverCertificate
- Type: System.Security.Cryptography.X509CertificatesX509Certificate2
A X509Certificate2 that represents the certificate used to
authenticate the server.
See Also