|
|
|
|
|
Secure (Property) In french: Sécurisé
Available only with these kinds of connection
The Secure property is used to configure the data file encryption security level. The security level can be: - defined by default,
- high. Caution: in this case, you will not be able to retrieve the password of the data file.
You can: - Get the encryption security level (data file defined in the data model editor or programmatically).
- Set the encryption security level (files described programmatically only).
// Define the encryption security level of the Orders data file Orders.Secure = True ... // Validate the data file description HDescribeFile(Orders) Syntax
Getting the encryption security level Hide the details
<Security level> = <Data file>.Secure
<Security level>: Boolean - True if the security level is the highest,
- False otherwise.
<Data file>: Character string Name of the data file used. This name is defined in the data model editor or with the File Description type.
Set the encryption security level (file described programmatically) Hide the details
<Data file>.Secure = <Security level>
<Data file>: Character string Name of the data file used. This name is defined with the File Description type. <Security level>: Boolean - True if the security level must be the highest,
- False otherwise.
Remarks This property corresponds to the "Enable enhanced security " option in the "Details" tab of the data file description window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|