This setting is used to determine whether a checksum must be included in the Healthcare Form Manager URL.
If EnableChecksum is set to true, the Healthcare Form Manager URL must contain a valid checksum value. You also must specify the key used to create checksums in the ChecksumKey web.config setting. When attempting to retrieve documents, OnBase Healthcare Form Manager will compare the checksum value to the expected checksum. If they match, OnBase Healthcare Form Manager attempts to retrieve the specified documents. If the checksums do not match, the user is presented with an error.
Checksums must be generated using HMACSHA256 checksum verification. OnBase Healthcare Form Manager supports only HMACSHA256 checksum verification.
If EnableChecksum is set to false, OnBase Healthcare Form Manager ignores the checksum value.