UniDAC

TCRInvalidHashAction Enumeration

Specifies the action to perform on data fetching when hash data is invalid.

Unit

CREncryption

Syntax

TCRInvalidHashAction = (ihFail, ihSkipData, ihIgnoreError);

Values

Value Meaning
ihFail An exception is raised.
ihIgnoreError Hash checking is not performed. No exception is raised.
ihSkipData If hash is invalid the field value is set to Null. No exception is raised.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback