How to use DpapiSymmetricCryptoProvider with Cryptography encryption block?
I am using cr开发者_StackOverflow中文版yptography application block. and configure DpapiSymmetricCryptoProvider. but there is not option to store key file. So from where it will get the key and in load balancing how will we handle it?
Thanks, Girish
When you add a provider that requires a key to your configuration (pick Add Symmetric Algorithm Provider), the configuration tool starts the Cryptographic Key Wizard. It will allow you to generate a new key and save it to a file and to set the appropriate values in the configuration. For more inforation, see this chapter, specifically the Configuring Cryptographic Providers section.
精彩评论