次の方法で共有


CacheUsernameDownloadSettings.UsernameSource プロパティ

定義

この設定を取得または設定すると、キャッシュがクライアントのユーザー名とグループ名を取得する方法が決まります。 使用できる値は、'AD'、'LDAP'、'File'、'None' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象