私のアプリ構成では、RSA Protected Configuration Provider を使用しています。connectionStrings セクションでは使用できますが、app.config の unity セクションでは使用できません。この電話をかけようとするたびに:
container.LoadConfiguration("MyManager");
わかります。
Unrecognized attribute 'configProtectionProvider'. Note that attribute names are case-sensitive.
暗号化後の App.Config:
<unity configProtectionProvider="RsaProtectedConfigProvider">
<EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element"
...
何が与えますか?