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

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

Parameters

name
Type: SystemString
The name of the ServerHostNameIdentifier object.
value
Type: SystemString
The computer's fully qualified host name.
See Also