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

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

Parameters

name
Type: SystemString
The name of the UserNameIdentifier object.
value
Type: SystemString
The username of the user running the application when the identifier was created.
hash
Type: SystemString
Hash of the username of the user running the application when the identifier was created.
See Also