Namespace: System.Security.Principal

The System.Security.Principal namespace defines a principal object that represents the security context under which code is running. For more information, see the conceptual topic at MSDN: role-basedsecurity.

Members of System.Security.Principal Namespace

Classes
Class Description
class GenericIdentity Represents a generic user. 
class GenericPrincipal Represents a generic principal. 

Interfaces
Interface Description
interface IIdentity Defines the basic functionality of an identity object. 
interface IPrincipal Defines the basic functionality of a principal object. 

Enumerations
Enumeration Description
enumeration PrincipalPolicy Specifies how principal and identity objects should be created for an application domain. The default is . 

Namepace hierarchy

Copyright (c) 2002 Microsoft Corporation. All rights reserved.