Identity and Access Management (IAM) v1 API - Class SignBlobResponse (2.3.0)

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

Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class SignBlobResponse.

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