LicenseIDIdentifier Constructor (String, Int32, String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseIDIdentifier(
string name,
int value,
string hash
)
Public Sub New (
name As String,
value As Integer,
hash As String
)
public:
LicenseIDIdentifier(
String^ name,
int value,
String^ hash
)
Parameters
- name
- Type: SystemString
The name of the LicenseIDIdentifier object. - value
- Type: SystemInt32
The License ID. - hash
- Type: SystemString
Hash of the License ID.
See Also