Click or drag to resize
LicensingUtilsGetMacAddresses Method
Retrieves MAC addresses from a text block produced by the ice.NET license manager or ipconfig /all.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static List<Pair<string, string>> GetMacAddresses(
	string text
)

Parameters

text
Type: SystemString
The text block.

Return Value

Type: ListPairString, String
A list of MAC and IP address combinations. The second field is only filled if IP address is available.
See Also