JsonWebToken.Enc Property

Definition

Overloads

Enc

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

Enc

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

public string Enc { get; }
member this.Enc : string
Public ReadOnly Property Enc As String

Property Value

Remarks

Identifies the content encryption algorithm used to perform authenticated encryption on the plaintext to produce the ciphertext and the Authentication Tag. See: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.2.

Applies to