Site.ClientCertExclusionPaths Property

Definition

Gets or sets client certificate authentication comma-separated exclusion paths

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertExclusionPaths")]
public string ClientCertExclusionPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertExclusionPaths")>]
member this.ClientCertExclusionPaths : string with get, set
Public Property ClientCertExclusionPaths As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to