Trying to decrypt some data and I am not sure that the RSACryptoServiceProvider() object knows about where to find the key and to honest I am not sure how to pass it the private key. The private key is held on my local machine in a file. Do I tell it about the key by saying:
cspParams.KeyContainerName = "C:\\. . . ."
is this correct or is there another way to tell it about the key? thanks,
-S
