Skip to content

IConfigurationExtensions.Decrypt

Tricklebyte edited this page Jan 31, 2020 · 1 revision

IConfigurationExtensions.Decrypt Method

Decrypt(IConfiguration, ICryptoHelper)

Searches the IConfiguration for setting values that begin with the Encrypted Value Prefix and decrypts them using the ICryptoHelper

 public static void AddDataProtectionServices(IConfiguration Config, ICryptoHelper cryptoHelper)

Parameters

cryptoHelper ICryptoHelper
The ICryptoHelper which will be used for decryption

Clone this wiki locally