Click or drag to resize

JsonWebTokenTestStepSymmetricKey Property

Gets or sets the symmetric key. used only if the signature algorithm uses symmetric key, ex: HS256

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

Property Value

Type: String
The symmetric key, in the form specified by KeyFormat
See Also