public sealed class RegistryCredential : IMessage<RegistryCredential>, IEquatable<RegistryCredential>, IDeepCloneable<RegistryCredential>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class RegistryCredential.
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-09 UTC."],[[["The `RegistryCredential` class in the Google Cloud IoT v1 API is used to manage server-stored credentials for validating device credentials."],["This class is part of the `Google.Cloud.Iot.V1` namespace within the `Google.Cloud.Iot.V1.dll` assembly, and is currently on version 2.2.0, which is the most up to date version."],["The `RegistryCredential` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It offers two constructors: a default constructor and one that accepts another `RegistryCredential` instance as a parameter for cloning."],["The `RegistryCredential` class has a `PublicKeyCertificate` property and a `CredentialCase` property, which are key to configuring device credentials and certificate verification."]]],[]]