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 webpage provides documentation for the `PublicKeyCredential` class within the `Google.Cloud.Iot.V1` namespace, specifically for version 1.1.0."],["The `PublicKeyCredential` class, which represents a public key format and its associated data, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`PublicKeyCredential` has two constructors: a default constructor `PublicKeyCredential()` and a copy constructor `PublicKeyCredential(PublicKeyCredential other)`."],["It has two properties: `Format` which is of type `PublicKeyFormat`, representing the key's format, and `Key` which is a string representing the key data."]]],[]]