public sealed class PublicKeyCertificate : IMessage<PublicKeyCertificate>, IEquatable<PublicKeyCertificate>, IDeepCloneable<PublicKeyCertificate>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class PublicKeyCertificate.
[[["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 latest version of the `PublicKeyCertificate` class in the Cloud IoT v1 API is 2.2.0, with previous versions available dating back to 1.0.0."],["`PublicKeyCertificate` is a class that represents a public key certificate, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `PublicKeyCertificate()` and a copy constructor `PublicKeyCertificate(PublicKeyCertificate other)`."],["The `PublicKeyCertificate` class has three properties: `Certificate` (string), `Format` (`PublicKeyCertificateFormat`), and `X509Details` (`X509CertificateDetails`)."],["The main purpose of this class is the storage of a public certificate and its associated data, including the certificate format, data, and for X.509 certificates, their details."]]],[]]