This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Http.
Summary
Adds client certificate(s) to the http handler.
- Assembly
- Cake
.Http .dll - Namespace
- Cake
.Http - Containing Type
- Http
Settings Extensions
Syntax
public static HttpSettings UseClientCertificates(this HttpSettings settings, params X509Certificate2[] clientCertificates)
Parameters
Name | Type | Description |
---|---|---|
settings | HttpSettings | The settings. |
clientCertificates | X509Certificate2[] | Client certificates to include in requests. |
Return Value
Type | Description |
---|---|
HttpSettings |