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

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

Parameters

value
Type: SystemString
The username of the user running the application when the identifier was created.
See Also