Click or drag to resize

JsonWebTokenUtilityGetBase64Key Method

Gets the base64 encoded symmetric key from the given string representation its KeyFormat

Namespace:  Hummingbird.TestFramework.Util
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static string GetBase64Key(
	string symmetricKey,
	KeyFormat keyFormat
)

Parameters

symmetricKey
Type: SystemString
The string representation of the symmetric key.
keyFormat
Type: Hummingbird.TestFramework.UtilKeyFormat
The format of the key.

Return Value

Type: String

[Missing <returns> documentation for "M:Hummingbird.TestFramework.Util.JsonWebTokenUtility.GetBase64Key(System.String,Hummingbird.TestFramework.Util.KeyFormat)"]

See Also