System.Security.Principal Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The System.Security.Principal namespace defines a principal object that represents the security context under which code is running.
| Interface | Description | |
|---|---|---|
![]() | IIdentity | Defines the basic functionality of an identity object. |
![]() | IPrincipal | Defines the basic functionality of a principal object. |
| Enumeration | Description | |
|---|---|---|
![]() | TokenImpersonationLevel | Defines security impersonation levels. Security impersonation levels govern the degree to which a server process can act on behalf of a client process. |
Show:

