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 webpage provides documentation for the `PublicKeyCertificate` class within the `Google.Cloud.Iot.V1` namespace, specifically for version 1.2.0."],["The `PublicKeyCertificate` class represents a public key certificate, including its format and data, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one (`PublicKeyCertificate()`) and one that accepts another `PublicKeyCertificate` instance as a parameter."],["The `PublicKeyCertificate` class contains three properties: `Certificate` (string), `Format` (PublicKeyCertificateFormat), and `X509Details` (X509CertificateDetails), each containing descriptions for the data it holds."],["There are multiple versions of the `PublicKeyCertificate` referenced, ranging from version 1.0.0 up to the latest 2.2.0."]]],[]]