I need to use the System.Security.Cryptography namespace in my Windows Phone 8.1 app - specifically the rsa provider. But there is no such namespace available when i make a Windows Phone app. When I use Siverlight the namespace is there but I cant find it when creating standard Windows Runtime apps. The MSDN documentation says that RSACryptoServiceProvider is available on Windows Phone 8.1, do I need to reference any additonal assemblies to get it working?
相关问题
- WP8.1 How to cancel a Background Audio Task in C#
- windows phone 8.1 music library get current media
- Listview applies a check to other listview items h
- C# Rijndael decryption returns extra question mark
- java 11 HttpClient leads to endless SSL loop even
相关文章
- Working with hmacsha256 in windows store app
- Show flyout using BottomAppBar
- Decrypting EnvelopedCms with non-default Algorithm
- How to apply padding for Base64
- How to switch from AES-256 to AES-128?
- Encrypting with PHP; decrypting with CryptoJS
- iOS symmetric key encryption / decryption equivale
- Digitially Sign Key with Lockbox
In windows phone 8.1 this is different from windows phone 8. Use this instead: