IAM Service Account Credentials v1 API - Class SignBlobResponse (2.3.0)

public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessage

Inheritance

object > SignBlobResponse

Namespace

Google.Cloud.Iam.Credentials.V1

Assembly

Google.Cloud.Iam.Credentials.V1.dll

Constructors

SignBlobResponse()

public SignBlobResponse()

SignBlobResponse(SignBlobResponse)

public SignBlobResponse(SignBlobResponse other)
Parameter
NameDescription
otherSignBlobResponse

Properties

KeyId

public string KeyId { get; set; }

The ID of the key used to sign the blob.

Property Value
TypeDescription
string

SignedBlob

public ByteString SignedBlob { get; set; }

The signed blob.

Property Value
TypeDescription
ByteString