public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessage
Implements
IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, 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 |