Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​Http.​ClientCertificateOption

Assembly: System.Net.Http

Specifies how client certificates are provided.

Values

Manual
The application manually provides the client certificates to the <see cref="T:System.Net.Http.WebRequestHandler" /> . This value is the default.
Automatic
The <see cref="T:System.Net.Http.HttpClientHandler" /> will attempt to provide all available client certificates automatically.