TlsParameters.CertificateRequestHandler Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
CertificateRequestHandler
Gets or sets the client certificate request handler.
Declaration
public ICertificateRequestHandler CertificateRequestHandler { get; set; }
Property Value
Type | Description |
---|---|
ICertificateRequestHandler | 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.