共用方式為


LinuxConfiguration.DisablePasswordAuthentication Property

Definition

Gets or sets specifies whether password authentication should be disabled.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to