June 2003
Intermediate to advanced
714 pages
22h 8m
English
WindowsAccountType
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.
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
WindowsAccountType
WindowsIdentity.WindowsIdentity( )