JsonWebToken.Alg 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 'alg' claim from the header.
public string Alg { get; }
member this.Alg : string
Public ReadOnly Property Alg As String
Property Value
Remarks
Identifies the cryptographic algorithm used to encrypt or determine the value of the Content Encryption Key. Applicable to an encrypted JWT (JWE). See: https://datatracker.ietf.org/doc/html/rfc7516#section-4-1-1.
If the 'alg' claim is not found, an empty string is returned.