JwtSecurityToken.SignatureAlgorithm Property

Definition

Gets the signature algorithm associated with this instance.

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

Property Value

Remarks

If there is a SigningCredentials associated with this instance, a value will be returned. Null otherwise.

Applies to