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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRegistryCredential\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Iot.V1\u003c/code\u003e namespace, specifically for version 1.0.0 of the .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRegistryCredential\u003c/code\u003e is a sealed class used to store credentials for validating device identities, implementing several interfaces for message handling, cloning, and equality checks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistryCredential\u003c/code\u003e class offers two constructors: a default constructor and one that takes another \u003ccode\u003eRegistryCredential\u003c/code\u003e instance as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt has two main properties \u003ccode\u003eCredentialCase\u003c/code\u003e, of type \u003ccode\u003eRegistryCredential.CredentialOneofCase\u003c/code\u003e and \u003ccode\u003ePublicKeyCertificate\u003c/code\u003e, of type \u003ccode\u003ePublicKeyCertificate\u003c/code\u003e, which are used for handling and verifying credentials.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from System.Object, along with several interfaces from the Google Protobuf library and makes use of the Google.Cloud.Iot.V1.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]