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 webpage details the `SignBlobResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace within the .NET library."],["The `SignBlobResponse` class, the latest of which is version 2.4.0, is designed to handle responses related to signed blobs and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`SignBlobResponse()`) and a copy constructor (`SignBlobResponse(SignBlobResponse other)`), for which the `other` parameter is a `SignBlobResponse` object."],["Key properties of the `SignBlobResponse` class include `KeyId`, representing the key used for signing, and `SignedBlob`, which contains the signed blob data in `ByteString` format."],["The class also inherits a number of other members from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]