IPrincipal Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the basic functionality of a principal object.
Assembly: mscorlib (in mscorlib.dll)
The IPrincipal type exposes the following members.
A principal object represents the security context of the user on whose behalf the code is running, including that user's identity (IIdentity) and any roles to which they belong.
All principal objects are required to implement the IPrincipal interface.
Show:

