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."],[[["`PublicKeyCertificate` is a class within the `Google.Cloud.Iot.V1` namespace, representing a public key certificate."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like message handling, equality checks, cloning, and buffer management."],["It provides two constructors: a default constructor and one that accepts another `PublicKeyCertificate` object for cloning purposes."],["Key properties include `Certificate` (certificate data as a string), `Format` (the format of the certificate), and `X509Details` (details specific to X.509 certificates)."],["The latest version available for `PublicKeyCertificate` is 2.2.0, while versions as far back as 1.0.0 are also available for documentation."]]],[]]