public sealed class RegistryCredential : IMessage<RegistryCredential>, IEquatable<RegistryCredential>, IDeepCloneable<RegistryCredential>, IBufferMessage, IMessage
A server-stored registry credential used to validate device credentials.
[[["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 `RegistryCredential` class in version 1.2.0 of the `Google.Cloud.Iot.V1` library is a server-stored credential used for validating device credentials."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegistryCredential` class provides two constructors: a default constructor and one that accepts another `RegistryCredential` object for copying."],["The `CredentialCase` property determines the credential type, while `PublicKeyCertificate` holds the public key certificate for verification."],["Version 2.2.0 is the most recent release of this library, and versions down to 1.0.0 are available, with version 1.2.0 being the current context."]]],[]]