Share via


JsonWebToken.Enc Property

Definition

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