SignedCms
Windows8Metroではサポートされていません。WinRTに同等の/代替品はありますか?
以下のMetroに変換する必要があるコードのサンプル:
message.Data = new SignedCms(new ContentInfo(Encoding.ASCII.GetBytes(toDigest)), true);
message.Data.Decode(part.BinaryContent);
SignedCms
Windows8Metroではサポートされていません。WinRTに同等の/代替品はありますか?
以下の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/