I am trying to port a library that relies heavily on System.Security.Cryptography to run with a Windows Store app. This namespace is completely missing when developing apps for Windows Store.
Which approach should I take here to assure that any apps using the ported library can be approved for the Store, and that would hopefully not involve rearchitecting the entire library by removing the affected namespace?