The parameters in this section customize the RMSDecrypt
task.
This task decrypts files that have been encrypted by Microsoft Azure Rights Management (RMS). It can decrypt any encrypted Office file or .pfile
, but cannot decrypt encrypted PDF files.
You must run this task as a Pre task, so that the files are decrypted before KeyView is used to filter them. When you configure the task, use the Pre
parameter to specify the name of a section in the CFS configuration file that contains the task settings:
[ImportTasks] Pre0=RmsDecrypt:RmsDecryptionSettings [RmsDecryptionSettings] RmsClientId=99999999-aaaa-9999-9999-aaaaaaaa RmsUserName=username@email.com RmsUserPassword=password
After decrypting a file, CFS adds the document field RmsDecryptedFile
with the value true
.
|