Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Deletes the encryption key for the current Dynamics NAV tenant.
Important
Use the System Restore permission set in Dynamics NAV to allow importing the encryption key.
Syntax
DELETEENCRYPTIONKEY()
Example
This code example checks if encryption is configured for the tenant using the ENCRYPTIONENABLED function and if so, it performs the deletion of the encryption key.
IF NOT ENCRYPTIONENABLED THEN
ERROR('Encryption has not been enabled.');
DELETEENCRYPTIONKEY();