Class PublicKeyCredential (1.0.0)

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

A public key format and data.

Inheritance

System.Object > PublicKeyCredential

Implements

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

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

PublicKeyCredential()

public PublicKeyCredential()

PublicKeyCredential(PublicKeyCredential)

public PublicKeyCredential(PublicKeyCredential other)
Parameter
NameDescription
otherPublicKeyCredential

Properties

Format

public PublicKeyFormat Format { get; set; }

The format of the key.

Property Value
TypeDescription
PublicKeyFormat

Key

public string Key { get; set; }

The key data.

Property Value
TypeDescription
System.String