Implemented Credential acquisition and release.

This commit is contained in:
antiduh
2014-06-19 02:26:30 +00:00
parent 22c6a5d3f9
commit f96ef74e9b
8 changed files with 168 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace NSspi
{
public enum CredentialUse : int
public enum CredentialUse : uint
{
Inbound = 1,
Outbound = 2,