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, found in version 1.2.0 of the Google.Cloud.Iam.Credentials.V1 library, represents a response to a request to sign a blob and is part of the .NET API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cSignBlobResponse\u003e`, `IDeepCloneable\u003cSignBlobResponse\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `SignBlobResponse` class contains two key properties: `KeyId`, which is a string representing the ID of the key used for signing, and `SignedBlob`, a `ByteString` representing the actual signed blob."],["The class `SignBlobResponse` has 2 constructors: `SignBlobResponse()` and `SignBlobResponse(SignBlobResponse other)`."],["The most current version is `2.4.0` and there are multiple version availables going down to `1.0.0`."]]],[]]