Class SignBlobResponse (2.0.0)

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

Deprecated. Migrate to Service Account Credentials API.

The service account sign blob response.

Inheritance

Object > SignBlobResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

SignBlobResponse()

public SignBlobResponse()

SignBlobResponse(SignBlobResponse)

public SignBlobResponse(SignBlobResponse other)
Parameter
NameDescription
otherSignBlobResponse

Properties

KeyId

[Obsolete]
public string KeyId { get; set; }

Deprecated. Migrate to Service Account Credentials API.

The id of the key used to sign the blob.

Property Value
TypeDescription
String

Signature

[Obsolete]
public ByteString Signature { get; set; }

Deprecated. Migrate to Service Account Credentials API.

The signed blob.

Property Value
TypeDescription
ByteString