This documentation is archived and is not being maintained.
WindowsIdentity::GetCurrent Method
Visual Studio 2010
Returns a WindowsIdentity object that represents the current Windows user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetCurrent() | Returns a WindowsIdentity object that represents the current Windows user. |
|
GetCurrent(Boolean) | Returns a WindowsIdentity object that represents the Windows identity for either the thread or the process, depending on the value of the ifImpersonating parameter. |
|
GetCurrent(TokenAccessLevels) | Returns a WindowsIdentity object that represents the current Windows user, using the specified desired token access level. |
Show: