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."],[[["`RegistryCredential` is a server-stored credential used for validating device credentials within the `Google.Cloud.Iot.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default constructor `RegistryCredential()` and a copy constructor `RegistryCredential(RegistryCredential other)`."],["It features properties such as `CredentialCase` of type `RegistryCredential.CredentialOneofCase` and `PublicKeyCertificate` of type `PublicKeyCertificate`."],["The latest version of `RegistryCredential` is 2.2.0 and this information pertains to version 1.1.0, indicating the availability of older and newer versions."]]],[]]