Skip to content

3.0.0

Compare
Choose a tag to compare
@mattjohnsonpint mattjohnsonpint released this 06 Jul 06:19
· 42 commits to master since this release
  • Major changes to the API. The LogonUser method and IDisposable pattern are deprecated, in favor of RunAsUser that takes an action or function delegate.
  • Uses the built-in WindowsIdentity.RunImpersonated and SafeAccessTokenHandle APIs in .NET Framework 4.6+ and where available.
  • .NET Standard 2.0 support