Class SignBlobResponse (1.0.0)

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

Inheritance

System.Object > SignBlobResponse

Implements

Google.Protobuf.IMessage<SignBlobResponse>, System.IEquatable<SignBlobResponse>, Google.Protobuf.IDeepCloneable<SignBlobResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

SignedBlob

public ByteString SignedBlob { get; set; }

The signed blob.

Property Value
TypeDescription
Google.Protobuf.ByteString