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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The `SignBlobResponse` class is part of the Identity and Access Management (IAM) v1 API within the `Google.Cloud.Iam.Admin.V1` namespace."],["This class represents a response to a service account sign blob request and is currently in version 2.3.0, with version 2.4.0 being the latest."],["`SignBlobResponse` is now deprecated, and users are advised to migrate to the Service Account Credentials API instead."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes properties `KeyId` and `Signature`, both of which are also deprecated in favor of the Service Account Credentials API."]]],[]]