Compartir a través de


LocalUser.HasSshKey Propiedad

Definición

Obtiene o establece indica si existe una clave SSH. Establézcalo en false para quitar la clave SSH existente.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a