Compartir a través de


SshPublicKeyGenerateKeyPairResult.PrivateKey Propiedad

Definición

Obtiene o establece la parte de clave privada del par de claves que se usa para autenticarse en una máquina virtual mediante ssh. La clave privada se devuelve en formato RFC3447 y se debe tratar como un secreto.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a