MISO, MOSI and SCK pins on Arduino Due

what's CS btw?

Chip Select.

which pins are the MISO, MOSI and SCK?

SPI: SPI header (ICSP header on other Arduino boards)
These pins support SPI communication using the SPI library. The SPI pins are broken out on the central 6-pin header, which is physically compatible with the Uno, Leonardo and Mega2560. The SPI header can be used only to communicate with other SPI devices, not for programming the SAM3X with the In-Circuit-Serial-Programming technique. The SPI of the Due has also advanced features that can be used with the Extended SPI methods for Due.

Apparently, you'll have to look at the schematic for the Due to figure out exactly which of the 6 pins is MISO, MOSI, etc.