Now with consistent namespaces and using statement sorting.

This commit is contained in:
antiduh
2014-06-25 01:48:52 +00:00
parent ea80cfb1f5
commit 14d8ad5db7
20 changed files with 37 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
namespace NSspi.Buffers
{
[StructLayout( LayoutKind.Sequential )]
public struct SecureBufferInternal

View File

@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
namespace NSspi.Buffers
{
public class SecureBufferAdapter : IDisposable
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
namespace NSspi.Buffers
{
public enum SecureBufferDataRep : int
{

View File

@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
namespace NSspi.Buffers
{
[StructLayout( LayoutKind.Sequential)]
public struct SecureBufferDescInternal

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
namespace NSspi.Buffers
{
public enum BufferType : int
{