* [Issue #16692] Changed how a provider's secret is stored. We no longer store it in the Windows credential
store, instead we use DPAPI to protect it and store it locally on the drive. The credential
store can't handle secrets > 2560 bytes which can cause issues with some providers. This
change is backwards compatible.