Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 C# 中保护 XPS 文档,但我没有找到任何库,请帮助我...
谢谢。
我不完全确定您所说的“保护 XPS 文档”是什么意思。
如果您的意思是添加签名以便读者可以验证文档是由您生成的,我建议您查看System.Windows.Xps.Packaging。
如果您的意思是加密文档以限制谁可以查看其内容,我建议您查看System.IO.Packaging.EncryptedPackageEnvelope