ICertificateRequestHandler.Request Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Request(TlsSocket, DistinguishedName[])
Called by an instance of TlsSocket when the TLS/SSL server requests client certificate authentication.
Declaration
CertificateChain Request(TlsSocket socket, DistinguishedName[] issuers)
Parameters
| Type | Name | Description |
|---|---|---|
| TlsSocket | socket | The socket that needs the certificate verification. |
| DistinguishedName[] | issuers | A list of acceptable certificate issuers. |
Returns
| Type | Description |
|---|---|
| CertificateChain | Certificate chain representing the client certificate, or if the client does not wish to (or cannot) authenticate using a certificate.
|