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 in the `Google.Cloud.Iot.V1` namespace representing a public key certificate format and data, with the latest version being 2.2.0."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class includes properties such as `Certificate` (the certificate data), `Format` (the certificate format), and `X509Details` (certificate details for X.509 certificates)."],["There are two constructors for `PublicKeyCertificate`: one default, and one that takes another `PublicKeyCertificate` object as input."],["This class is found within the `Google.Cloud.Iot.V1.dll` assembly, as a part of the available versions from 1.0.0 up to the latest 2.2.0."]]],[]]