JwtHeader.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 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.