| NicIdentifierAlgorithmShouldBeIgnored Method |
Determines whether or not a network interface should be ignored.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxprotected static bool ShouldBeIgnored(
NetworkInterface iface
)
Protected Shared Function ShouldBeIgnored (
iface As NetworkInterface
) As Boolean
protected:
static bool ShouldBeIgnored(
NetworkInterface^ iface
)
Parameters
- iface
- Type: System.Net.NetworkInformationNetworkInterface
The NetworkInterface object to evaluate.
Return Value
Type:
BooleanReturns true if the
NetworkInterface should be ignored when generating
NicIdentifier objects.
See Also