public sealed class PublicKeyCredential : IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, IBufferMessage, IMessage
A public key format and data.
Implements
IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
PublicKeyCredential()
public PublicKeyCredential()
PublicKeyCredential(PublicKeyCredential)
public PublicKeyCredential(PublicKeyCredential other)
Parameter | |
---|---|
Name | Description |
other | PublicKeyCredential |
Properties
Format
public PublicKeyFormat Format { get; set; }
The format of the key.
Property Value | |
---|---|
Type | Description |
PublicKeyFormat |
Key
public string Key { get; set; }
The key data.
Property Value | |
---|---|
Type | Description |
String |