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