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; }
<DataMemberAttribute>
Public Property SymmetricKey As String
Get
Set
public:
[DataMemberAttribute]
property String^ SymmetricKey {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SymmetricKey : string with get, set
Property Value
Type:
String
The symmetric key, in the form specified by
KeyFormatSee Also