CertificateFormat Enumeration

 

Specifies the supported certificate formats.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public enum CertificateFormat
public enum class CertificateFormat
type CertificateFormat
Public Enumeration CertificateFormat

Members

Member name Description
Cer

Specifies that the certificate is in Cer format.

Pfx

Specifies that the certificate is in Pfx format.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top