Click or drag to resize

KeyFormat Enumeration

The format of a string representation used in the symmetric key.

Namespace:  Hummingbird.TestFramework.Util
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum KeyFormat
Members
  Member nameValueDescription
Hexadecimal0 The key is in form of hexadecimal string
Base64UrlEncoded1 The key is in form of Base64Url encoded string
Base64Encoded2 The key is in form of classic Base64 encoded string
OrdinaryString3 The key is in form of ordinary string
See Also