Click or drag to resize
NicIdentifierAlgorithmShouldBeIgnored Method
Determines whether or not a network interface should be ignored.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected static bool ShouldBeIgnored(
	NetworkInterface iface
)

Parameters

iface
Type: System.Net.NetworkInformationNetworkInterface
The NetworkInterface object to evaluate.

Return Value

Type: Boolean
Returns true if the NetworkInterface should be ignored when generating NicIdentifier objects.
See Also