CacheUsernameDownloadSettings.CaCertificateURI Property

Definition

Gets or sets the URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to