public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, 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 `SignJwtResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace within the .NET library."],["The `SignJwtResponse` class, accessible in multiple versions ranging from 1.0.0 to the latest 2.4.0, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SignJwtResponse` has two constructors: a default constructor and another that takes another `SignJwtResponse` instance as a parameter."],["The class contains two key properties: `KeyId`, representing the ID of the signing key, and `SignedJwt`, representing the actual signed JWT."],["The class has inherited methods from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]