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 details the `PublicKeyCredential` class within the `Google.Cloud.Iot.V1` namespace, used for representing public key format and data."],["The `PublicKeyCredential` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It offers two constructors, one default and another to copy from an existing `PublicKeyCredential` object, specified by the parameter `other`."],["The class contains two properties: `Format`, of type `PublicKeyFormat`, specifying the key's format, and `Key`, of type string, holding the key data."]]],[]]