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

Parameters

name
Type: SystemString
The name of the SystemIdentifier (i.e. NicIdentifier1).
value
Type: SystemString
The identifier's value.
hash
Type: SystemString
A hash of the identifier's value.
type
Type: SystemString
The type of system identifier (i.e. NicIdentifier).
See Also