I'm reading about how to store your private key for RSA encryption, but I'm confused as to what exactly a key container is?
For example, on my server that I will deploy, are there any trust levels in saving and getting data from a key container?
Is it stored in a hidden file on the server?
If I don't store the private key in my web.config (or a encrypted version of it), then I guess I have to somehow first save it in a container first using a test page so that my running application can get it correct?
Reference: http://msdn.microsoft.com/en-us/library/5e9ft273(v=vs.71).aspx