你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VaultCertificate.CertificateUrl 属性

定义

获取或设置这是作为机密上传到密钥保管库的证书的 URL。 若要向密钥保管库添加机密,请参阅将密钥或机密添加到密钥保管库。 在这种情况下,证书必须是以下 JSON 对象的 Base64 编码,该对象采用 UTF-8 编码: <br><br>{<br>“data”:“<Base64-encoded-certificate>“,<br>“dataType”:“pfx”,<br>“password”:“<pfx-file-password>”<br>}

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于