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
)
Public Shared Function GetBase64Key (
symmetricKey As String,
keyFormat As KeyFormat
) As String
public:
static String^ GetBase64Key(
String^ symmetricKey,
KeyFormat keyFormat
)
static member GetBase64Key :
symmetricKey : string *
keyFormat : KeyFormat -> string
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