JwtSecurityToken.SignatureAlgorithm Property

Gets the signature algorithm associated with this instance.

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

Remarks

If there is a SigningCredentials associated with this instance, a value will be returned. Otherwise, null will be returned.

.NET Framework Security

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace