Class | Description |
---|---|
GenericIdentity | [To be supplied.] |
GenericPrincipal | [To be supplied.] |
MTSPrincipal | [To be supplied.] |
SecurityCallContext | [To be supplied.] |
SecurityCallers | [To be supplied.] |
SecurityIdentity | [To be supplied.] |
WindowsIdentity | An implementation of IIdentity representing a Windows user. |
WindowsImpersonationContext | An object representing the Windows user prior to an impersonation operation. Used to revert after impersonation. |
WindowsPrincipal | The WindowsPrincipal object allows code to the check the Window group membership of a Windows user. |
Interface | Description |
---|---|
IIdentity | Defines the basic functionality of any identity object. An Identity object represents the user on whose behalf the code is running. |
IPrincipal | Defines the basic functionality of a principal object. A principal object represents the security context of the user on whose behalf the code is running, including that user's identity (see IIdentity) and any roles to which they belong. |
Enumeration | Description |
---|---|
PrincipalPolicy | [To be supplied.] |
WindowsAccountType | [To be supplied.] |