No longer need unsafe.
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
namespace NSspi.Contexts
|
||||
{
|
||||
[StructLayout( LayoutKind.Sequential )]
|
||||
public unsafe struct SecureBufferInternal
|
||||
public struct SecureBufferInternal
|
||||
{
|
||||
public int Count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user