SetActCode Function/Method

[C]

void __cdecl FlowSshC_SetActCode(wchar_t const* actCodeHex);

[C++]

[Initializer] void SetActCode(wchar_t const* actCodeHex);

[C#]

[SshNet] public static void SetActCode(string actCodeHex);

Parameters

  • actCodeHex: The activation code received from Bitvise once a FlowSsh license has been purchased.

Remarks

Call this function with the activation code received from Bitvise once a FlowSsh license has been purchased. Setting a valid activation code will remove the "Welcome to FlowSsh evaluation!" message box shown by the library. The activation code is normally provided as two long lines of hexadecimal characters. Concatenate the two lines of the activation code into a single string before passing it to this function.