Click or drag to resize
CustomSystemIdentifier Constructor
Creates a new CustomSystemIdentifier object.

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

Parameters

name
Type: SystemString
The name of the CustomSystemIdentifier object.
value
Type: SystemString
The custom identifier data.
hash
Type: SystemString
Hash of the custom identifier data.
type
Type: SystemString
The type of CustomSystemIdentifier created.
See Also