Check integrity of payload with CRC

Hello,

I wanted to check the integrity of my UDP transmission (via serializer) with CRC checksums (CrcEnabled). Is the CRC just validating the checksum sent with UDP header or is it some separate CRC sent within the payload?

Thanks.