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.