Compartir a través de


CertificatePolicy.ContentType Propiedad

Definición

Obtiene o establece el CertificateContentType del certificado.

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)

Valor de propiedad

Comentarios

Pkcs12 Se establece en cuando Cer contiene los bytes PKCS#12/PFX sin formato, o en Pem cuando Cer contiene los bytes codificados en PEM ASCII. Si no se especifica, se da por hecho el valor Pkcs12.

Se aplica a