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-03-21 UTC."],[[["The `RegistryCredential` class in the Google Cloud IoT v1 API is used to validate device credentials through server-stored registry credentials."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a comprehensive set of functionalities."],["`RegistryCredential` is part of the `Google.Cloud.Iot.V1` namespace and is contained within the `Google.Cloud.Iot.V1.dll` assembly."],["The class has two constructors: a default one and another that takes a `RegistryCredential` object as a parameter for initialization."],["The class has two properties: `CredentialCase`, of type `RegistryCredential.CredentialOneofCase`, and `PublicKeyCertificate`, which is of the type `PublicKeyCertificate` and is used to store a public key certificate."]]],[]]