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-04-17 UTC."],[[["This webpage provides documentation for the `RegistryCredential` class within the `Google.Cloud.Iot.V1` namespace, specifically for version 1.0.0 of the .NET library."],["`RegistryCredential` is a sealed class used to store credentials for validating device identities, implementing several interfaces for message handling, cloning, and equality checks."],["The `RegistryCredential` class offers two constructors: a default constructor and one that takes another `RegistryCredential` instance as a parameter for copying."],["It has two main properties `CredentialCase`, of type `RegistryCredential.CredentialOneofCase` and `PublicKeyCertificate`, of type `PublicKeyCertificate`, which are used for handling and verifying credentials."],["It inherits from System.Object, along with several interfaces from the Google Protobuf library and makes use of the Google.Cloud.Iot.V1.dll assembly."]]],[]]