ClientCertificateMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the client certificate negotiation method for HTTPS connections.
public enum class ClientCertificateMethod
public enum ClientCertificateMethod
type ClientCertificateMethod =
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. |