No longer need unsafe.

This commit is contained in:
antiduh
2014-06-23 21:50:21 +00:00
parent 3ac7fb5ec8
commit 6f5834c716

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace NSspi.Contexts
{
[StructLayout( LayoutKind.Sequential )]
public unsafe struct SecureBufferInternal
public struct SecureBufferInternal
{
public int Count;