I am createing an asp.net web application in which i want to use(i want to use a digital signature certificate which is already issued to the User with my application for every registerd user) a digitalsignature to the user and using that digital signature the user can encrypt and decypt the files and data and mail using combination of private key and public key
the user will logon using this dsc in the application and using this dsc user can save his data in encypted format in the the he can ecrpt a file and save on server he can send encrypted email msgs and can decypt the data using same dsc from the database or decypt the file using same dsc
here DSC means Digital Signature Certificate
My Basic Question is How can i Ge the Private Key Of Digital Signature?
Please Help...