次の方法で共有


LinuxConfiguration.DisablePasswordAuthentication プロパティ

定義

パスワード認証を無効にするかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象