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!

WindowsPrincipal Class

The WindowsPrincipal object allows code to the check the Window group membership of a Windows user.

Object
   WindowsPrincipal

[Visual Basic]
Public Class WindowsPrincipal
   Implements IPrincipal
[C#]
public class WindowsPrincipal : IPrincipal
[C++]
public __gc class WindowsPrincipal : public IPrincipal
[JScript]
public class WindowsPrincipal implements IPrincipal

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Principal

Assembly: mscorlib.dll

See Also

WindowsPrincipal Members | System.Security.Principal Namespace