Class RegistryCredential (1.0.0)

public sealed class RegistryCredential : IMessage<RegistryCredential>, IEquatable<RegistryCredential>, IDeepCloneable<RegistryCredential>, IBufferMessage, IMessage

A server-stored registry credential used to validate device credentials.

Inheritance

System.Object > RegistryCredential

Implements

Google.Protobuf.IMessage<RegistryCredential>, System.IEquatable<RegistryCredential>, Google.Protobuf.IDeepCloneable<RegistryCredential>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

RegistryCredential()

public RegistryCredential()

RegistryCredential(RegistryCredential)

public RegistryCredential(RegistryCredential other)
Parameter
NameDescription
otherRegistryCredential

Properties

CredentialCase

public RegistryCredential.CredentialOneofCase CredentialCase { get; }
Property Value
TypeDescription
RegistryCredential.CredentialOneofCase

PublicKeyCertificate

public PublicKeyCertificate PublicKeyCertificate { get; set; }

A public key certificate used to verify the device credentials.

Property Value
TypeDescription
PublicKeyCertificate