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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.