SystemIdentifier Constructor (String, String, String, String) |
Creates a new
SystemIdentifier object, initialized with the name, value, and hash.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic SystemIdentifier(
string name,
string value,
string hash,
string type
)
Public Sub New (
name As String,
value As String,
hash As String,
type As String
)
public:
SystemIdentifier(
String^ name,
String^ value,
String^ hash,
String^ type
)
Parameters
- name
- Type: SystemString
The name of the SystemIdentifier (i.e. NicIdentifier1). - value
- Type: SystemString
The identifier's value. - hash
- Type: SystemString
A hash of the identifier's value. - type
- Type: SystemString
The type of system identifier (i.e. NicIdentifier).
See Also