Share via


HostnameConfiguration.KeyVaultId Property

Definition

Gets or sets url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to