Enum ClientCertificateOption
Specifies how client certificates are provided.
public enum ClientCertificateOption
Fields
Automatic = 1
The HttpClientHandler will attempt to provide all available client certificates automatically.
Manual = 0
The application manually provides the client certificates to the WebRequestHandler. This value is the default.