Share via


JsonWebToken.Alg Property

Definition

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.

Applies to