WindowsAccountType

WindowsAccountTypeserializable

System.Security.Principal (mscorlib.dll)enum
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.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) WindowsAccountType

Passed To

WindowsIdentity.WindowsIdentity( )



    Part V: API Quick Reference