Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Version: Available or changed with runtime version 1.0.
Checks if the tenant is configured to allow encryption.
Syntax
Ok := System.EncryptionEnabled()
Note
This method can be invoked without specifying the data type name.
Return Value
Ok
Type: Boolean
Example
This code example checks if the tenant is configured for encryption.
if EncryptionEnabled then
Message('Encryption has been enabled')
else
Message('Encryption has not been enabled')