DomainNameIdentifier Constructor (String, String, String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic DomainNameIdentifier(
string name,
string value,
string hash
)
Public Sub New (
name As String,
value As String,
hash As String
)
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