我在外部配置文件中有一个带有连接字符串的 asp.net 网站,如下所示:
外部文件如下所示:
<connectionStrings configProtectionProvider="DataProtectionConfigurationProvider">
  <EncryptedData>
    <CipherData>
      <CipherValue> some long string here</CipherValue>
    </CipherData>
  </EncryptedData>
</connectionStrings>
我想解密它。请建议我怎么做?