Gets or sets the client certificate request handler.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property CertificateRequestHandler As ICertificateRequestHandler
	Get
	Set
C#
public ICertificateRequestHandler CertificateRequestHandler { get; set; }

Field Value

The client certificate request handler.

Remarks

This is only used by client sockets.

When a server requests a client to send a certificate, this will be used to select the appropriate client certificate.

Default value is NoCertificate. You might want to use StoreSearch if client authentication is needed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also