Class PublicKeyCredential (1.1.0)

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

A public key format and data.

Inheritance

Object > PublicKeyCredential

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
String