NicIdentifier Constructor (String, String, String) |
Creates a new
NicIdentifier object, initialized with the name, value, and hash.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public NicIdentifier(
string name,
string value,
string hash
)
Public Sub New (
name As String,
value As String,
hash As String
)
public:
NicIdentifier(
String^ name,
String^ value,
String^ hash
)
Parameters
- name
- Type: SystemString
The name of the NicIdentifier object. - value
- Type: SystemString
The MAC Address/Physical Address of the Network Interface Card (NIC). - hash
- Type: SystemString
Hash of the MAC Address/Physical Address of the Network Interface Card (NIC).
See Also