Delegate PluginFiles.ChecksumCheckDelegate
Delegate for checking if the asset's checksum matches the expected value.
public delegate Task<bool> PluginFiles.ChecksumCheckDelegate(Stream stream, byte[] checksum, PluginFiles.FileReadProgressDelegate? readProgress = null)
Parameters
streamStreamThe stream of the file to check
checksumbyte[]The checksum in which the file will be checked
readProgressPluginFiles.FileReadProgressDelegate- Delegate for checking if the asset's checksum matches the expected value.