Name

WindowsAccountType

Synopsis

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( )

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.