次の方法で共有


CacheUsernameDownloadSettings.EncryptLdapConnection プロパティ

定義

LDAP 接続を暗号化するかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象