Show / Hide Table of Contents

Class NetworkUtils

Provides network-related utilities

Inheritance
System.Object
NetworkUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.OS
Assembly: NFX.dll
Syntax
public static class NetworkUtils

Methods

GetMachineUniqueMACSignature()

Gets a string which represents a unique signature of this machine based on MAC addresses of interfaces. The signature has a form of: [intf.count]-[CRC32 of all MACs]-[convoluted MD5 of all MACs]

Declaration
public static string GetMachineUniqueMACSignature()
Returns
Type Description
System.String
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX