Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Security.​Principal.​WindowsBuiltInRole
Assembly: System.Security.Principal.Windows
Specifies common roles to be used with <see cref="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.String)" /> .
Values
Administrator
Administrators have complete and unrestricted access to the computer or domain.
User
Users are prevented from making accidental or intentional system-wide changes. Thus, users can run certified applications, but not most legacy applications.
Guest
Guests are more restricted than users.
PowerUser
Power users possess most administrative permissions with some restrictions. Thus, power users can run legacy applications, in addition to certified applications.
AccountOperator
Account operators manage the user accounts on a computer or domain.
SystemOperator
System operators manage a particular computer.
PrintOperator
Print operators can take control of a printer.
BackupOperator
Backup operators can override security restrictions for the sole purpose of backing up or restoring files.
Replicator
Replicators support file replication in a domain.