Naanou.Common
Class NodeId

Attempts to provide a unique id for a client that cannot be easily modified. Ha.

Of course, now that everything is Open Source one can just compile a new version setting whatever key they want. Thus, most of the security assumptions that were made in Naanou prior to OS are now invalid. Sure, it was a tenous assumption to start with...

Field Summary
string Id

Constructor Summary
NodeId()
        Initializes a new instance of the NodeId class.

Method Summary
string CPUS()
string DiskDrives()
string OS()
string Volumes()

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

Id

public string Id

Constructor Detail

NodeId

public NodeId()

Initializes a new instance of the NodeId class.

Method Detail

CPUS

private string CPUS()


DiskDrives

private string DiskDrives()


OS

private string OS()


Volumes

private string Volumes()