LicenseUtilMachineID Method
Identifies the Computer. The Id is based on the MAC address(es).
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static string MachineID(
bool base64 = true
)
Public Shared Function MachineID (
Optional base64 As Boolean = true
) As String
public:
static String^ MachineID(
bool base64 = true
)
static member MachineID :
?base64 : bool
(* Defaults:
let _base64 = defaultArg base64 true
*)
-> string
- base64 Boolean (Optional)
- Result as base64 encoded? (=default).
StringA string.