Share via


JwtHeader.Alg Property

Definition

Gets the signature algorithm that was used to create the signature.

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

Property Value

Remarks

If the signature algorithm is not found, null is returned.

Applies to