次の方法で共有


IdentitySource.Ssl プロパティ

定義

SSL 証明書 (LDAPS) を使用して LDAP 通信を保護するを取得または設定します。 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象