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

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

Parameters

name
Type: SystemString
The name of the BiosUuidIdentifier object.
value
Type: SystemString
The BIOS UUID.
hash
Type: SystemString
Hash of the BIOS UUID.
See Also