Click or drag to resize
ProcessorVendorIdentifier Constructor (String, String, String)
Creates a new ProcessorVendorIdentifier 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 ProcessorVendorIdentifier(
	string name,
	string value,
	string hash
)

Parameters

name
Type: SystemString
The name of the ProcessorVendorIdentifier object.
value
Type: SystemString
The processor's vendor or manufacturer.
hash
Type: SystemString
Hash of the processor's vendor or manufacturer.
See Also