次の方法で共有


VaultCertificate.CertificateUrl プロパティ

定義

シークレットとしてKey Vaultにアップロードされた証明書の URL を取得または設定します。 Key Vaultにシークレットを追加する方法については、「キー コンテナーにキーまたはシークレットを追加する」を参照してください。 この場合、証明書は UTF-8 でエンコードされている次の JSON オブジェクトの Base64 エンコードである必要があります: <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

適用対象