public sealed class PublicKeyCredential : IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, 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 page provides documentation for the `PublicKeyCredential` class within the `Google.Cloud.Iot.V1` namespace, offering a public key format and data structure."],["The `PublicKeyCredential` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the `Google.Protobuf` library, along with inheritance from `System.Object`."],["The class is part of the `Google.Cloud.Iot.V1.dll` assembly and offers two constructors: a default one and another that accepts a `PublicKeyCredential` instance for cloning."],["`PublicKeyCredential` objects possess two properties: `Format`, representing the key format, and `Key`, which stores the key data, both with their respective descriptions and types included."],["The documentation includes references to previous versions of this class, ranging from 1.0.0 to 2.2.0, the latter of which is labeled the latest."]]],[]]