Command EN Version 2.00

SET CRYPT SUMMARY

Syntax

SET CRYPT SUMMARY:SummaryFlagText;

Description

Determines whether or not the SUMMARY flag is to be set for API engine encryted fields. The default setting is 1. All fields which are encrypted and saved using this command are saved with a SUMMARY flag depanding on the SummaryFlagText, either with (SummaryFlagText="1") or without (SummaryFlagText="0").

SummaryFlagText:
"1"
"0"

Example1:

SET CRYPT SUMMARY:"0";
END;

No Summary Flag is set.

Example2:

SET CRYPT SUMMARY:"1";
END;

Summary Flag is set.