JwtParameters.Algorithm property

Gets the algorithm (“alg”) used to sign the JWT.

public string? Algorithm { get; set; }

See Also