【发布时间】:2013-06-09 20:46:05
【问题描述】:
以下:
<configProtectedData >
<providers>
<clear />
<add CertSubjectDistinguishedName="localhost" name="X509ProtectedConfigProvider" type="X509ProtectedConfig.X509ProtectedConfigProvider, X509ProtectedConfigProvider" />
</providers>
</configProtectedData>
如何修改:
CertSubjectDistinguishedName="localhost"
并用不同的东西替换“localhost”?
我不知道如何阅读“configProtectedData”部分并对其进行修改。 谢谢
【问题讨论】:
标签: c# asp.net c#-4.0 app-config