Share via


ActiveDirectory.LdapOverTls Property

Definition

Gets or sets specifies whether or not the LDAP traffic needs to be secured via TLS.

[Newtonsoft.Json.JsonProperty(PropertyName="ldapOverTLS")]
public bool? LdapOverTls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ldapOverTLS")>]
member this.LdapOverTls : Nullable<bool> with get, set
Public Property LdapOverTls As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to