I\'ve looking for a way to store a given AES key so that it can\'t be retrieved, but it can still be used for encryption and decryption (using C#). I think the equivalent for a
Depending on who you're defending against, you can use the ProtectedData class.