Certificate Authority v1 API - Enum CaPool.Types.PublishingOptions.Types.EncodingFormat (3.8.0)

public enum CaPool.Types.PublishingOptions.Types.EncodingFormat

Reference documentation and code samples for the Certificate Authority v1 API enum CaPool.Types.PublishingOptions.Types.EncodingFormat.

Supported encoding formats for publishing.

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Fields

Name Description
Der

The [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and CRLs will be published in DER format.

Pem

The [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and CRLs will be published in PEM format.

Unspecified

Not specified. By default, PEM format will be used.