Compartir a través de


LocalUser.HasSshPassword Propiedad

Definición

Obtiene o establece indica si existe una contraseña ssh. Establézcalo en false para quitar la contraseña SSH existente.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a