ClientCertificateMethod Enum

Definition

Describes the client certificate negotiation method for HTTPS connections.

public enum class ClientCertificateMethod
public enum ClientCertificateMethod
type ClientCertificateMethod = 
Public Enum ClientCertificateMethod
Inheritance
ClientCertificateMethod

Fields

AllowCertificate 1

A client certificate will be populated if already present at the start of a request.

AllowRenegotation 2

The TLS session can be renegotiated to request a client certificate.

NoCertificate 0

A client certificate will not be populated on the request.

Applies to