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; }
ReadOnly Property TextBox_EncryptionKey As String
Get
Property Value
Type:
StringThe 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