public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessageDeprecated. Migrate to Service Account Credentials API.
The service account sign blob response.
Implements
IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
SignBlobResponse()
public SignBlobResponse()SignBlobResponse(SignBlobResponse)
public SignBlobResponse(SignBlobResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignBlobResponse |
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 | |
|---|---|
| Type | Description |
String |
|
Signature
[Obsolete]
public ByteString Signature { get; set; }Deprecated. Migrate to Service Account Credentials API.
The signed blob.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|