ClientCertMode 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.
This composes with ClientCertEnabled setting.
- ClientCertEnabled: false means ClientCert is ignored.
- ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.
- ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.
public enum ClientCertMode
type ClientCertMode =
Public Enum ClientCertMode
- Inheritance
-
ClientCertMode
Fields
Name | Value | Description |
---|---|---|
Required | 0 | Required. |
Optional | 1 | Optional. |
OptionalInteractiveUser | 2 | OptionalInteractiveUser. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET