Board
Board.Save.BoardSaveGameMetadata
BoardSaveGameMetadata.payloadChecksum Property
Gets the SHA-256 checksum of the save game payload for integrity verification.
public string payloadChecksum { get; }
Property Value
Remarks
This 64-character hex string can be used to verify the integrity of the loaded payload. Will be null for saves created before checksum support was added.