Defines the basic functionality of a principal object.
<ComVisibleAttribute(True)> _ Public Interface IPrincipal
[ComVisibleAttribute(true)] public interface IPrincipal
[ComVisibleAttribute(true)] public interface class IPrincipal
[<ComVisibleAttribute(true)>] type IPrincipal = interface end
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2