DownloadCertificateOptions.OutContentType Property

Definition

Gets or sets the optional certificate content type in which the certificate will be downloaded. If a supported format is specified, the certificate content is converted to the requested format. Currently, only PFX to PEM conversion is supported. If an unsupported format is specified, the request is rejected. If not specified, the certificate is returned in its original format without conversion.

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

Property Value

Applies to