次の方法で共有


CacheActiveDirectorySettingsCredentials.Password プロパティ

定義

Active Directory ドメイン管理者のプレーン テキスト パスワードを取得または設定します。 この値は暗号化されて格納され、応答では返されません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象