MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / machineSpecificKey

Method machineSpecificKey

app/src/Licensing/MachineID.cpp:255–258  ·  view source on GitHub ↗

* @brief Returns the machine-specific encryption key. */

Source from the content-addressed store, hash-verified

253 * @brief Returns the machine-specific encryption key.
254 */
255quint64 Licensing::MachineID::machineSpecificKey() const noexcept
256{
257 return m_machineSpecificKey;
258}
259
260//--------------------------------------------------------------------------------------------------
261// Last-good raw id persistence

Callers 6

KeyVaultMethod · 0.80
nowMethod · 0.80
OfflineLicenseMethod · 0.80
TrialMethod · 0.80
LemonSqueezyMethod · 0.80
CredentialVaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected