ClientCertificateOption Enumeration
Specifies how client certificates are provided.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Enumeration ClientCertificateOption
'Usage
Dim instance As ClientCertificateOption
public enum ClientCertificateOption
public enum class ClientCertificateOption
type ClientCertificateOption
public enum ClientCertificateOption
Members
Member name | Description | |
---|---|---|
Automatic | The HTTP client handler will attempt to automatically provide the available client certificates. | |
Manual | The application manually provides the client certificates to the HTTP client handler. |