public sealed class PublicKeyCertificate : IMessage<PublicKeyCertificate>, IEquatable<PublicKeyCertificate>, IDeepCloneable<PublicKeyCertificate>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides details for the `PublicKeyCertificate` class within the `Google.Cloud.Iot.V1` namespace, found in the `Google.Cloud.Iot.V1.dll` assembly, specifically in version 2.0.0."],["The `PublicKeyCertificate` class represents a public key certificate's format and data, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `PublicKeyCertificate` object as a parameter for creating a new `PublicKeyCertificate` object."],["It includes three properties: `Certificate` for the certificate data, `Format` for the certificate's format, and `X509Details` for X.509 certificate-specific information."],["The versions available for the PublicKeyCertificate class are version 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0, with 2.2.0 being the most recent version."]]],[]]