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