JsonWebToken.Zip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the 'value' of the 'zip' claim from the header.
public string Zip { get; }
member this.Zip : string
Public ReadOnly Property Zip As String
Property Value
Remarks
The "zip" (compression algorithm) applied to the plaintext before encryption, if any. See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.3.
If the 'zip' claim is not found, an empty string is returned.