JsonWebTokenTestStepKeyFormat Property |
Gets or sets the key format.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public KeyFormat KeyFormat { get; set; }
<DataMemberAttribute>
Public Property KeyFormat As KeyFormat
Get
Set
public:
[DataMemberAttribute]
property KeyFormat KeyFormat {
KeyFormat get ();
void set (KeyFormat value);
}
[<DataMemberAttribute>]
member KeyFormat : KeyFormat with get, set
Property Value
Type:
KeyFormat
The key format.
See Also