Still working on the base implementation.

This commit is contained in:
antiduh
2014-06-18 22:07:56 +00:00
parent 87692b3cc6
commit 22c6a5d3f9
4 changed files with 33 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.DirectoryServices.AccountManagement;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -16,6 +17,8 @@ namespace NSspi
{
this.disposed = false;
this.securityPackage = package;
Init();
}