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."],[[["This page details the `SignBlobResponse` class, specifically version 2.2.0, from the `Google.Cloud.Iam.Credentials.V1` namespace within the .NET library."],["The `SignBlobResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The class has two constructors: a default constructor (`SignBlobResponse()`) and a copy constructor (`SignBlobResponse(SignBlobResponse other)`)."],["The `SignBlobResponse` class has two properties, `KeyId` and `SignedBlob`, which provide the ID of the signing key and the signed blob, respectively."],["The documentation shows a history of previous versions, with version 2.4.0 being the latest, and goes as far back as 1.0.0, all with a unique link."]]],[]]