public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessageImplements
IMessageSignBlobResponse, IEquatableSignBlobResponse, IDeepCloneableSignBlobResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Credentials.V1Assembly
Google.Cloud.Iam.Credentials.V1.dll
Constructors
SignBlobResponse()
public SignBlobResponse()SignBlobResponse(SignBlobResponse)
public SignBlobResponse(SignBlobResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignBlobResponse |
Properties
KeyId
public string KeyId { get; set; }The ID of the key used to sign the blob.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SignedBlob
public ByteString SignedBlob { get; set; }The signed blob.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|