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