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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.