LicenseUtilHashHex(String) Method
Generate a hash from a hex-string encoded key.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static byte[] HashHex(
string key
)
Public Shared Function HashHex (
key As String
) As Byte()
public:
static array<unsigned char>^ HashHex(
String^ key
)
static member HashHex :
key : string -> byte[]
- key String
- hex-string encoded string.
Bytebase64-encoded hash.