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, specifically for version 2.0.0 of the .NET library."],["The `PublicKeyCredential` class represents a public key format and its associated data, and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors available for the `PublicKeyCredential` class: a default constructor and one that takes another `PublicKeyCredential` instance as a parameter."],["The `PublicKeyCredential` class has two properties: `Format`, which defines the key's format using `PublicKeyFormat`, and `Key`, which stores the actual key data as a string."]]],[]]