ClientCertificateMethod Enum

Definition

Describes the client certificate negotiation method for HTTPS connections.

C#
public enum ClientCertificateMethod
Inheritance
ClientCertificateMethod

Fields

Name Value Description
NoCertificate 0

A client certificate will not be populated on the request.

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.

Applies to

Product Versions
ASP.NET Core 3.1, 5.0, 6.0, 7.0, 8.0, 9.0