The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WindowsAccountType Enumeration
.NET Framework 1.1
Specifies the type of Windows account used.
[Visual Basic] <Serializable> Public Enum WindowsAccountType [C#] [Serializable] public enum WindowsAccountType [C++] [Serializable] __value public enum WindowsAccountType [JScript] public Serializable enum WindowsAccountType
Members
| Member name | Description |
|---|---|
| Anonymous | An anonymous account. |
| Guest | A Windows guest account. |
| Normal | A normal user account. |
| System | A Windows system account. |
Requirements
Namespace: System.Security.Principal
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: