The type of the payload to return, so user code can validate
additional claims. Should extendJsonWebSignature.Payload. Payload information will be deserialized
usingInstance.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis document provides details on the \u003ccode\u003eJsonWebSignature\u003c/code\u003e class, which implements JSON Web Signature (JWS) as specified in the IETF draft.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJsonWebSignature\u003c/code\u003e class inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two static methods, \u003ccode\u003eVerifySignedTokenAsync\u003c/code\u003e and \u003ccode\u003eVerifySignedTokenAsync<TPayload>\u003c/code\u003e, both used to verify the validity, and non-expiration of a signed token.\u003c/p\u003e\n"],["\u003cp\u003eThe methods require a signed JWT string, optional \u003ccode\u003eSignedTokenVerificationOptions\u003c/code\u003e, and a \u003ccode\u003eCancellationToken\u003c/code\u003e to verify the token, returning the token's payload.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVerifySignedTokenAsync<TPayload>\u003c/code\u003e generic method allows users to specify their own custom payload type that extends \u003ccode\u003eJsonWebSignature.Payload\u003c/code\u003e for more in-depth claim validation, and both methods throw \u003ccode\u003eInvalidJwtException\u003c/code\u003e if the token is invalid or expired.\u003c/p\u003e\n"]]],[],null,[]]