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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET