More visibility restriction.

This commit is contained in:
antiduh
2014-06-26 18:04:44 +00:00
parent 5b3a92ee66
commit a8b98b3a1e
9 changed files with 13 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace NSspi.Buffers
{
[StructLayout( LayoutKind.Sequential )]
public struct SecureBufferInternal
internal struct SecureBufferInternal
{
public int Count;
@@ -18,7 +18,7 @@ namespace NSspi.Buffers
public IntPtr Buffer;
}
public class SecureBuffer
internal class SecureBuffer
{
public SecureBuffer( byte[] buffer, BufferType type )
{