public sealed class PublicKeyCredential : IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class PublicKeyCredential.
[[["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-03-21 UTC."],[[["The `PublicKeyCredential` class, part of the Google Cloud IoT v1 API, is used to represent the format and data of a public key."],["This class is sealed, implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`PublicKeyCredential` has two constructors, a default constructor and one that takes another `PublicKeyCredential` object as a parameter for cloning."],["The class has two properties: `Format`, which specifies the key's format using `PublicKeyFormat`, and `Key`, which holds the key's data as a string."],["The reference documentation includes version information for different releases, ranging from version 1.0.0 up to the latest version, 2.2.0."]]],[]]