public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The `SignBlobResponse` class is part of the Google Cloud IAM Admin V1 library, specifically within the `Google.Cloud.Iam.Admin.V1` namespace."],["This class represents the service account sign blob response and is now deprecated, with users being advised to migrate to the Service Account Credentials API."],["The `SignBlobResponse` class includes properties like `KeyId` and `Signature`, both of which are also marked as deprecated, indicating they should no longer be used."],["The latest version of the API can be found at version `2.4.0` as of this content, and previous versions from `2.3.0` to `1.0.0` are available, in addition to the current `1.2.0`."],["The `SignBlobResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, demonstrating its integration with Google's Protobuf libraries and .NET."]]],[]]