Securezeromemory

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SecureZeroMemory(IntPtr ptr,
   UIntPtr cnt
);

Microsoft documentation: Link

Last updated