摘要: using Windows.Security.Cryptography;using Windows.Security.Cryptography.Core;using Windows.Storage.Streams;namespace SampleCryptographicEngine{ sealed partial class CryptographicEngineApp : Application { // Initialize a static nonce value. static byte[] NonceBytes = { 0, 0, 0, 0,... 阅读全文
posted @ 2012-11-23 17:38 博琼 阅读(477) 评论(0) 推荐(0)