ICertificateRequestHandler Interface
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Defines an interface for a certificate request handlers used to select a client certificate to be used to authenticate to a TLS/SSL server. The CertificateRequestHandler class provides several common verifiers.
Syntax
public interface ICertificateRequestHandler
Methods
Name | Description |
---|---|
Request(TlsSocket, DistinguishedName[]) | Called by an instance of TlsSocket when the TLS/SSL server requests client certificate authentication. |