public sealed class PublicKeyCredential : IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, IBufferMessage, IMessageReference documentation and code samples for the Cloud IoT v1 API class PublicKeyCredential.
A public key format and data.
Implements
IMessagePublicKeyCredential, IEquatablePublicKeyCredential, IDeepCloneablePublicKeyCredential, 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 |
|