WindowsIdentity.GetCurrent Method
.NET Framework 2.0
Returns a WindowsIdentity object that represents the current Windows user.
| Name | Description |
|---|---|
| WindowsIdentity.GetCurrent () | Returns a WindowsIdentity object that represents the current Windows user. |
| WindowsIdentity.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. |
| WindowsIdentity.GetCurrent (TokenAccessLevels) | Returns a WindowsIdentity object that represents the current Windows user, using the specified desired token access level. |
Community Additions
ADD
Show: