惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
U
Unit 42
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
L
LangChain Blog
Engineering at Meta
Engineering at Meta
量子位
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
A
About on SuperTechFans
Y
Y Combinator Blog

博客园 - sharplife

CMMI的五个台阶 2010, Nginx + Apache, mod_wsgi serve python web application (test with TG2) CSSHttpRequest : cross domain ajax request for easy Pylons unicode document Python 2.x Unicode 简记 TurboGears 2.0 beta6 安装 严冬 感受危机 这就是生活了 汉字及英文字符的ascii表示 推荐阅读:如何读一本书 [转]做人做事~ [转]Create an XMLSerializer from a given XML string 十一结束~ 离开 css image crop tech c# 3.0 quick reference XML Entities 参考
记个链接,RMS & Moss 文档保护
sharplife · 2010-03-20 · via 博客园 - sharplife

开发RMS 客户端程序(比如支持pdf的文档保护),至少需要通过RMS sdk实现RMS consume机制,服务端可以通过MOSS IRM实现Publish,PDF RMS相关实现现有产品有Liquid mechine 和 Foxit software的 foxit security reader,另外有博格的产品等

资源链接:

MOSS IRM:http://technet.microsoft.com/en-us/magazine/2009.05.sharepoint.aspx?pr=blog

CnBlog资源: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 ...

配合MOSS IRM实现的自定义文档保护(如PDF),client consumer application的开发调试需要把MOSS + RMS server配置成Pre-Producation环境,

可以同时把Office 2007也配置成Pre-Production环境(上述链接1,3中可以找到相关配置资源),方便验证配置是否成功。

1. RMS server和client的配置参照sdk即可以配置(包括rms各版本),RMS 1.0 sp2的服务端配置需要在安装后Provisioning之前修改注册表

当然,已安装并Provisoning后的版本可以remove this rms service(同时删除DC中SCP),并重新Provisioning

2. client机器相对简单,但常在Production和Pre-环境之间切换,最好清理证书(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. 对于Office和Moss切换到Pre-Production环境,参见上述1/3链接,须分别为其生成新的manifest文件