Hi,
I would like to use certificate (.cer/.pfx) file while encrypting the connectionsstring in web.config using aspnet_regiis.exe.
I am aware of using providers like DataProtectionConfigurationProvider and RSAProtectedConfigurationProvider, but I would like to use certificate.
I want to acheiev this in ASP.Net web form not in Azure / WCF Services.
Is it possible to achieve this?
...

Go to the complete details ...