Portable Class Library (PCL) Contrib - Cryptography
问题 I want to use the cryptography in the Portable Class Library Contrib project on codeplex but have not found any documentation on how I can use it. I want to create a wrapper class with Encrypt and Decrypt methods inside it and I want this wrapper class to exist in a portable class library. I have referenced Portable.Runtime and Portable.Security.Cryptography in this project. Is this correct? I then want to use my wrapper inside a .NET, Windows Phone and Metro project. In these projects I