Releases: mattjohnsonpint/SimpleImpersonation
Releases · mattjohnsonpint/SimpleImpersonation
4.2.0
4.1.0
4.0.0
Several breaking changes:
- Drop support for .NET Framework targets.
- Expose
UserCredentials.LogonUser
to return a handle to the user. - Deprecate
Impersonation.RunAsUser
. Instead, useWindowsIdentity.RunImpersonated
, orWindowsIdentity.RunImpersonatedAsync
, using the handle obtained for the user.
3.0.0
- Major changes to the API. The
LogonUser
method andIDisposable
pattern are deprecated, in favor ofRunAsUser
that takes an action or function delegate. - Uses the built-in
WindowsIdentity.RunImpersonated
andSafeAccessTokenHandle
APIs in .NET Framework 4.6+ and where available. - .NET Standard 2.0 support
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
Version 1.0.0