Record links, RMS & Moss Document Protection

Source: Internet
Author: User
Tags foxit software

Develop the RMS ClientProgram(For example, PDF file protection is supported.) At least the rms sdk must be used to implement the RMS consume mechanism. The server can implement publish through Moss REM, pdf rms-related implementations existing products include liquid mechine and Foxit Software Foxit security reader, and Borg Products

 

Resource Link:

Moss REM: http://technet.microsoft.com/en-us/magazine/2009.05.sharepoint.aspx? PR = blog

Cnblog resources: http://www.cnblogs.com/qsilence/archive/2008/11/07/1329052.html

Msdn code sample: http://code.msdn.microsoft.com/Project/ProjectDirectory.aspx? Projectsearchtext = rms

Rms sdk...

 

In combination with custom file protection (such as PDF) implemented by moss REM, the development and debugging of client consumer application requires that the moss + RMS server be configured as the pre-producation environment,

You can also configure office 2007 as a pre-production environment (related configuration resources can be found in link 1 and 3) to verify whether the configuration is successful.

 

1. You can configure the RMS server and client by referring to the SDK (including the RMS versions). The server configuration of RMS 1.0 SP2 must be modified before provisioning is installed.

Of course, versions installed with provisoning can remove this RMS Service (also delete SCP in DC) and re-provisioning

2. The client machine is relatively simple, but it is often switched between the production and pre-environment. It is best to clear the certificate (from SDK)

 
@ Echo off
Del/Q/f/s "% allusersprofile % \ Application Data \ Microsoft \ DRM \ Server \*.*"
Del/Q/F "% USERPROFILE % \ Application Data \ Microsoft \ DRM \*.*"
Del/Q/F "% USERPROFILE % \ Local Settings \ Application Data \ Microsoft \ DRM \*.*"
Del/Q/F "% SystemRoot % \ system32 \ secrep. dll"
Del/Q/F "% SystemRoot % \ system32 \ secure *. SST"
Attrib-H-s "% SystemRoot % \ system32 \ clockfile. DRM"
Del/Q/F "% SystemRoot % \ system32 \ clockfile. DRM"

3. For switching office and moss to the pre-production environment, refer to the above 1/3 link and generate new manifest files respectively.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.