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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.