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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.