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

Parameters

name
Type: SystemString
The name of the LicenseIDIdentifier object.
value
Type: SystemInt32
The License ID.
hash
Type: SystemString
Hash of the License ID.
See Also