Encrypting using RSA via COM Interop = "The requested operation requires delegation to be enabled on
- by Mr AH
Hi Guys, So i've got this little static method in a .Net class which takes a string, uses some stored public key and returns the encrypted version of that key. This is basically so some user entered data can be saved an encrypted, then retrieved and decrypted at a later date. Pretty basic stuff and the unit test works fine.
However, part of the…