Click or drag to resize

ServerSslConfigurationServerCertificate Property

Gets or sets the certificate used to authenticate the server.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public X509Certificate2 ServerCertificate { get; set; }

Property Value

Type: X509Certificate2

A X509Certificate2 or if not specified.

That instance represents an X.509 certificate.

See Also