Move credential native methods to their own file. Create a QueryNameSupport.cs file to hold a couple classes related to implementing that functionality.

This commit is contained in:
antiduh
2014-06-24 20:19:58 +00:00
parent 6b3e395f7c
commit 508cd9df49
8 changed files with 133 additions and 104 deletions

View File

@@ -4,8 +4,9 @@ using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using NSspi.Contexts;
namespace NSspi.Contexts
namespace NSspi
{
public static class ContextNativeMethods
{