DownloadCertificateOptions.OutContentType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)