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!

WindowsIdentity Class

An implementation of IIdentity representing a Windows user.

Object
   WindowsIdentity

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

Remarks

To create a WindowsIdentity object representing the current user, call the GetCurrent method.

Requirements

Namespace: System.Security.Principal

Assembly: mscorlib.dll

See Also

WindowsIdentity Members | System.Security.Principal Namespace