Click or drag to resize
MacSerialNumberIdentifier Constructor (String, String, String)
Creates a new MacSerialNumberIdentifier object, initialized with the name, value, and hash

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntax
public MacSerialNumberIdentifier(
	string name,
	string value,
	string hash
)

Parameters

name
Type: SystemString
The name of the MacSerialNumberIdentifier object.
value
Type: SystemString
The Mac's hardware serial number.
hash
Type: SystemString
Hash of the Mac's hardware serial number.
See Also