amazon-pay-sdk-csharp
amazon-pay-sdk-csharp copied to clipboard
Provide RSA decryption for registration key sharing
As documented in "PWA Merchant Registration Integration Guide_Version 1.2.pdf". Provide a publicKey and a method to decrypt the encrypted payload data. Do not reference the OpenSSL library for it. Use native .NET framework resources for RSA like RSACryptoServiceProvider instead.
Thank you for the suggestion.