IdentitySource.Ssl Property

Definition

Gets or sets protect LDAP communication using SSL certificate (LDAPS). Possible values include: 'Enabled', 'Disabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to