LicenseUtilMachineID Method

Identifies the Computer. The Id is based on the MAC address(es).

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static string MachineID(
	bool base64 = true
)

Parameters

base64  Boolean  (Optional)
Result as base64 encoded? (=default).

Return Value

String
A string.

See Also