Enum PublicKeyCertificateFormat (1.1.0)

public enum PublicKeyCertificateFormat

The supported formats for the public key.

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Fields

NameDescription
UnspecifiedPublicKeyCertificateFormat

The format has not been specified. This is an invalid default value and must not be used.

X509CertificatePem

An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.