Compartir a través de


PublicCertificate.PublicCertificateLocation Propiedad

Definición

Obtiene o establece la ubicación del certificado pública. Entre los valores posibles se incluyen: "CurrentUserMy", "LocalMachineMy", "Unknown"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicCertificateLocation")]
public Microsoft.Azure.Management.WebSites.Models.PublicCertificateLocation? PublicCertificateLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicCertificateLocation")>]
member this.PublicCertificateLocation : Nullable<Microsoft.Azure.Management.WebSites.Models.PublicCertificateLocation> with get, set
Public Property PublicCertificateLocation As Nullable(Of PublicCertificateLocation)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a