CustomSystemIdentifier Constructor |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic CustomSystemIdentifier(
string name,
string value,
string hash,
string type
)
Public Sub New (
name As String,
value As String,
hash As String,
type As String
)
public:
CustomSystemIdentifier(
String^ name,
String^ value,
String^ hash,
String^ type
)
Parameters
- name
- Type: SystemString
The name of the CustomSystemIdentifier object. - value
- Type: SystemString
The custom identifier data. - hash
- Type: SystemString
Hash of the custom identifier data. - type
- Type: SystemString
The type of CustomSystemIdentifier created.
See Also