Working on implementing impersonation.

This commit is contained in:
antiduh
2014-06-25 02:49:25 +00:00
parent ade72b32f4
commit 95195f1214
2 changed files with 11 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
<Compile Include="Contexts\ContextNativeMethods.cs" />
<Compile Include="Contexts\ContextQueries.cs" />
<Compile Include="Contexts\ContextQueryAttrib.cs" />
<Compile Include="Contexts\ImpersonationHandle.cs" />
<Compile Include="Contexts\SafeContextHandle.cs" />
<Compile Include="Contexts\ServerContext.cs" />
<Compile Include="Credentials\ClientCredential.cs" />