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

Parameters

name
Type: SystemString
The name of the DomainNameIdentifier object.
value
Type: SystemString
The user's domain name (or the computer name, if not attached to a domain).
hash
Type: SystemString
Hash of the user's domain name (or the computer name, if not attached to a domain).
See Also