WebSiteData.ClientCertMode Property
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 Azure.ResourceManager.AppService.Models.ClientCertMode? ClientCertMode { get; set; }
member this.ClientCertMode : Nullable<Azure.ResourceManager.AppService.Models.ClientCertMode> with get, set
Public Property ClientCertMode As Nullable(Of ClientCertMode)
Property Value
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