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 provides documentation for the `SignJwtResponse` class within the `Google.Cloud.Iam.Credentials.V1` namespace in the .NET environment, specifically focusing on version 2.0.0, while providing links to older and newer versions."],["The `SignJwtResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `SignJwtResponse` object as a parameter for creating a new instance."],["`SignJwtResponse` has two main properties: `KeyId`, which stores the ID of the key used for signing, and `SignedJwt`, which holds the actual signed JWT string, both of which are of type `String`."],["The webpage lists the assembly as `Google.Cloud.Iam.Credentials.V1.dll`, and provides a complete set of versions ranging from 1.0.0 to 2.4.0, including the latest release."]]],[]]