public sealed class PublicKeyCredential : IMessage<PublicKeyCredential>, IEquatable<PublicKeyCredential>, IDeepCloneable<PublicKeyCredential>, IBufferMessage, IMessage
A public key format and data.
Inheritance
System.Object > PublicKeyCredentialImplements
Google.Protobuf.IMessage<PublicKeyCredential>, System.IEquatable<PublicKeyCredential>, Google.Protobuf.IDeepCloneable<PublicKeyCredential>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |