1
SignedCms
在Windows 8 Metro中不受支持。 WinRT中是否有等效/替代品?Windows 8城域加密 - 使用SignedCms Pkcs7
示例代碼中,我需要轉換爲地鐵下面的:
message.Data = new SignedCms(new ContentInfo(Encoding.ASCII.GetBytes(toDigest)), true);
message.Data.Decode(part.BinaryContent);
除了創作自己的實現,您可以使用我們的SecureBlackbox .NET版(http://www.eldos.com/sbb/),它具有Windows RT程序集。 –