The rms_decrypt
function decrypts files that have been encrypted using Microsoft Azure Rights Management (RMS) encryption.
rms_decrypt( doc, sectionName )
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 Decrypt Task Parameters. |
Boolean. Returns true
if decryption is successful.
|