Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Version: Available or changed with runtime version 1.0.
Deletes an encryption key for the current tenant.
Syntax
System.DeleteEncryptionKey()
Note
This method can be invoked without specifying the data type name.
Example
This code example checks if encryption is configured for the tenant using the EncryptionEnabled method and if so, it performs the deletion of the encryption key.
if not EncryptionEnabled then
Error('Encryption has not been enabled.');
DeleteEncryptionKey();