Share via


ActiveDirectory.LdapSigning Property

Definition

Gets or sets specifies whether or not the LDAP traffic needs to be signed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to