次の方法で共有


CertificatePolicy.ContentType プロパティ

定義

証明書の を CertificateContentType 取得または設定します。

public Azure.Security.KeyVault.Certificates.CertificateContentType? ContentType { get; set; }
member this.ContentType : Nullable<Azure.Security.KeyVault.Certificates.CertificateContentType> with get, set
Public Property ContentType As Nullable(Of CertificateContentType)

プロパティ値

注釈

未加工の PKCS#12/PFX バイトが含まれる場合は にPkcs12Cer、ASCII PEM でエンコードされたバイトが含まれている場合Cerは にPem設定します。 指定しないと、Pkcs12 が想定されます。

適用対象