The EnableLegacyChecksumCreation setting is used to provide support for legacy checksums in App Server URLs. Legacy checksums are created in versions of OnBase prior to version 14, created without using a unique string value as a checksum key, or created from a version of OnBase after 14 that has the EnableLegacyChecksumCreation option in the Application Server web.config file set to true. By default, this setting is set to false.
Set EnableLegacyChecksumCreation to true in order to allow legacy checksums to be validated. EnableChecksum must also be set to true. If both of these settings are set to true, any value in the ChecksumKey setting is disregarded.
If this option is set to false, then legacy checksums will not validate, and users will be unable to view generated URLs that contain a legacy checksum.
Setting the EnableLegacyChecksumCreation setting to true should be considered a temporary method of validating legacy checksums until you can recreate and replace the App Server URLs using the unique string value as the checksum key.