public enum WindowsAccountType { Normal = 0,Guest = 1,System = 2,Anonymous = 3 }
The values of the WindowsAccountType enumeration are used in WindowsIdentity constructors to specify the type of Windows account represented by the new WindowsIdentity object.