ClientCertificateOption Enumeration
.NET Framework (current version)
Specifies how client certificates are provided.
Assembly: System.Net.Http (in System.Net.Http.dll)
| Member name | Description | |
|---|---|---|
| Automatic | The HttpClientHandler will attempt to provide all available client certificates automatically. | |
| Manual | The application manually provides the client certificates to the WebRequestHandler. This value is the default. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: