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.
Implements
IMessageSignBlobResponse, IEquatableSignBlobResponse, IDeepCloneableSignBlobResponse, 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 |