Click or drag to resize

ClientSslConfigurationClientCertificates Property

Gets or sets the certificates from which to select one to supply to the server.

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

Property Value

Type: X509CertificateCollection

A X509CertificateCollection or .

That collection contains client certificates from which to select.

The default value is .

See Also