Skip to content

4.0.0

Compare
Choose a tag to compare
@mattjohnsonpint mattjohnsonpint released this 06 Jan 18:59
· 5 commits to master since this release
e12e334

Several breaking changes:

  • Drop support for .NET Framework targets.
  • Expose UserCredentials.LogonUser to return a handle to the user.
  • Deprecate Impersonation.RunAsUser. Instead, use WindowsIdentity.RunImpersonated, or WindowsIdentity.RunImpersonatedAsync, using the handle obtained for the user.