Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Eric White 在这里有一个非常好的介绍:
http:// blogs.msdn.com/ericwhite/pages/packages-and-parts.aspxhttp://www.ericwhite.com/blog/screen-cast-overview-of-the-open-packaging-conventions-part- 1/
Eric White has a pretty good introduction here:
http://blogs.msdn.com/ericwhite/pages/packages-and-parts.aspxhttp://www.ericwhite.com/blog/screen-cast-overview-of-the-open-packaging-conventions-part-1/
System.IO.Packaging 命名空间允许访问包相关信息,如数字签名、加密、各种 xml 文件之间的关系以及该文件的包属性。
它还允许将文件作为单个对象的集合的一部分进行访问。
System.IO.Packaging
namespace allows to access the package related info as Digital signature, Encryption, relations between the various xml files and package properties of that file.It also allows to access the File as part, as a collection of Individual objects.