SimpleImpersonation by Matt Johnson

<PackageReference Include="SimpleImpersonation" Version="1.0.0" />

 SimpleImpersonation 1.0.0

A tiny library that lets you impersonate any user, by acting as a managed wrapper for the LogonUser Win32 function.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SimpleImpersonation</id>
    <version>1.0.0.0</version>
    <title>Simple Impersonation Library</title>
    <authors>Matt Johnson</authors>
    <owners>Matt Johnson</owners>
    <licenseUrl>https://raw.github.com/mj1856/SimpleImpersonation/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/mj1856/SimpleImpersonation</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A tiny library that lets you impersonate any user, by acting as a managed wrapper for the LogonUser Win32 function.</description>
    <language>en-US</language>
    <tags>impersonation user password domain logonuser win32</tags>
    <dependencies />
  </metadata>
</package>