NicIdentifier Constructor (PhysicalAddress) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public NicIdentifier(
PhysicalAddress value
)
Public Sub New (
value As PhysicalAddress
)
public:
NicIdentifier(
PhysicalAddress^ value
)
Parameters
- value
- Type: System.Net.NetworkInformationPhysicalAddress
The MAC Address/Physical Address of the Network Interface Card (NIC).
See Also