NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Security.Principal Namespace

Classes

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.

Interfaces

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.

Enumerations

Enumeration Description
PrincipalPolicy [To be supplied.]
WindowsAccountType [To be supplied.]