mirror of https://github.com/Sonarr/Sonarr
16 lines
477 B
Plaintext
16 lines
477 B
Plaintext
<configuration>
|
|
|
|
<configSections>
|
|
<section name="configurationRedirection" />
|
|
</configSections>
|
|
|
|
<configProtectedData>
|
|
<providers>
|
|
<add name="IISRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
|
|
</providers>
|
|
</configProtectedData>
|
|
|
|
<configurationRedirection />
|
|
|
|
</configuration>
|