getCryptStatus

getCryptStatus(): Integer;

The getCryptStatus method of the DbFile class returns an Integer value representing the encryption status of the receiving individual database map file. Partitions share the same crypt state as their parent map file.

The DbFile class constants listed in the following table represent the file encryption status.

Class Constant Integer Value The database file of the receiver is…
CryptStatus_Encrypted 4 Encrypted
CryptStatus_Not 0 Not encrypted
CryptStatus_Pending 1 Pending encryption or decryption
CryptStatus_ReencryptPending 5 Pending re-encryption