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.Credentials.V1` namespace and is defined within the `Google.Cloud.Iam.Credentials.V1.dll` assembly."],["This class, `SignBlobResponse`, represents a response for signing a blob and is available in various versions, with 2.4.0 being the latest, and supports implementations from Google.Protobuf, such as IMessage and IBufferMessage."],["`SignBlobResponse` objects can be created using either a default constructor or a constructor that takes another `SignBlobResponse` object as a parameter for copying."],["The class has two key properties: `KeyId`, a string that identifies the key used for signing, and `SignedBlob`, which is a ByteString containing the signed blob data."],["The current webpage includes version information from 1.0.0 all the way to the most recent version, 2.4.0, with a total of 8 listed versions."]]],[]]