Sdílet prostřednictvím


JsonWebToken.Zip Property

Definition

Overloads

Zip

Gets the 'value' of the 'zip' claim from the header.

Zip

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.

Applies to