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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET