UserNameIdentifier Constructor (String, String, String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic UserNameIdentifier(
string name,
string value,
string hash
)
Public Sub New (
name As String,
value As String,
hash As String
)
public:
UserNameIdentifier(
String^ name,
String^ value,
String^ hash
)
Parameters
- name
- Type: System.String
The name of the UserNameIdentifier object. - value
- Type: System.String
The username of the user running the application when the identifier was created. - hash
- Type: System.String
Hash of the username of the user running the application when the identifier was created.
See Also