rms_decrypt
The rms_decrypt
function decrypts files that have been encrypted using Microsoft Azure Rights Management (RMS) encryption.
Syntax
rms_decrypt( doc, sectionName )
Arguments
Argument | Description |
---|---|
doc
|
(LuaDocument) The document that represents the file to decrypt. |
sectionName
|
(string) The name of a section in the CFS configuration file that contains configuration parameters for RMS decryption. For information about the parameters that you can use to configure this task, see RMS Task Parameters. |
Returns
Boolean. Returns true
if decryption is successful.