Click or drag to resize

FieldPropertiesTextBox_EncryptionKey Property

The encryption key, may include a field reference, e.g. "[crypt_key]". Applied only if the Encrypted cell attribute is set.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string TextBox_EncryptionKey { get; }

Property Value

Type: String
The encryption key, may include a field reference, e.g. "[crypt_key]". Applied only if the Encrypted cell attribute is set.
Remarks
Applies to CellType TextBox only.
See Also