CertificateRequestHandler Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Provides a set of common certificate request handlers.
Syntax
public abstract class CertificateRequestHandler
Inherited Members
Fields
| Name | Description |
|---|---|
| NoCertificate | A certificate request handler that selects no certificate. |
| StoreSearch | Intelligent certificate request handler. Recommended for non-GUI applications. |
Methods
| Name | Description |
|---|---|
| CreateRequestHandler(Certificate) | A certificate request handler that returns the specified certificate. |
| CreateRequestHandler(Certificate, CertificateChainEngine) | A certificate request handler that returns the specified certificate. |
| CreateRequestHandler(CertificateChain) | A certificate request handler that returns the certificate specified by the supplied chain. |