JsonWebToken.Enc 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 '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.