Click or drag to resize

JsonWebTokenTestStepAlgorithm Property

Gets or sets the signing or encryption algorithm.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Algorithm { get; set; }

Property Value

Type: String
One of supported signing or encryption algorithm defined in SignatureAlgorithms
See Also