Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |