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.
SignedCms在 Windows 8 Metro 中不受支持。WinRT 中是否有等效/替代品?
SignedCms
我需要在下面转换为 Metro 的代码示例:
message.Data = new SignedCms(new ContentInfo(Encoding.ASCII.GetBytes(toDigest)), true); message.Data.Decode(part.BinaryContent);
在这里找到我要找的东西:
http://dotnetspeak.com/index.php/2011/11/encrypting-and-decrypting-data-in-winrt-2/