NicIdentifier Constructor (NetworkInterface) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public NicIdentifier(
NetworkInterface value
)
Public Sub New (
value As NetworkInterface
)
public:
NicIdentifier(
NetworkInterface^ value
)
Parameters
- value
- Type: System.Net.NetworkInformationNetworkInterface
The Network Interface Card (NIC).
See Also