getCryptStatus(): Integer;
The getCryptStatus method of the DbFile class returns an
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 |