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-04-09 UTC."],[[["The latest version of the `PublicKeyCredential` class is 2.2.0, which is part of the Cloud IoT v1 API."],["`PublicKeyCredential` is a class that represents a public key format and its associated data, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `PublicKeyCredential()` and `PublicKeyCredential(PublicKeyCredential other)`, the latter allowing the creation of an object based on another existing object of the same type."],["It contains two properties, `Format` which represents the format of the key and `Key`, which holds the data for the key, each with their own associated types."],["There are six different versions available of this library, ranging from version 1.0.0 to 2.2.0, each with its own link to its associated documentation."]]],[]]