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

Parameters

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