Click or drag to resize

ClientSslConfigurationClientCertificateSelectionCallback Property

Gets or sets the callback used to select the certificate 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 LocalCertificateSelectionCallback ClientCertificateSelectionCallback { get; set; }

Property Value

Type: LocalCertificateSelectionCallback

A LocalCertificateSelectionCallback delegate that invokes the method called for selecting the certificate.

The default value is a delegate that invokes a method that only returns .

Remarks
No certificate is supplied if the callback returns .
See Also