Gets a system identifier for the current system using the specified sysIdentifierOptions

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string GetSystemId(
	SystemIdentifierOptions sysIdentifierOptions
)
Visual Basic
Public Function GetSystemId ( _
	sysIdentifierOptions As SystemIdentifierOptions _
) As String
Visual C++
public:
String^ GetSystemId(
	SystemIdentifierOptions sysIdentifierOptions
)

Parameters

sysIdentifierOptions
Type: SimpleMode.SecureLicenseManager..::..SystemIdentifierOptions
The options that will be used to identify a system such as Computer Name, BIOS Info, Windows Serial Number etc ...

Return Value

A string that is used to identify a particular system.

See Also