ClientCertificateOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how client certificates are provided.
public enum class ClientCertificateOption
public enum ClientCertificateOption
type ClientCertificateOption =
Public Enum ClientCertificateOption
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Manual | 0 | The application manually provides the client certificates to the WebRequestHandler. This value is the default. |
Automatic | 1 | The HttpClientHandler will attempt to provide all available client certificates automatically. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.