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:
@@ -106,7 +106,6 @@ namespace NSspi.Contexts
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ( status == SecurityStatus.OK )
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user