JwtHeader.SignatureAlgorithm Property

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

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public ReadOnly Property SignatureAlgorithm As String
public string SignatureAlgorithm { get; }
public:
property String^ SignatureAlgorithm {
    String^ get ();
}
member SignatureAlgorithm : string with get
function get SignatureAlgorithm () : String

Property Value

Type: System.String
Returns a String that represents the algorithm used.

Remarks

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

.NET Framework Security

See Also

Reference

JwtHeader Class

System.IdentityModel.Tokens Namespace