-
Notifications
You must be signed in to change notification settings - Fork 1
IConfigurationExtensions.Decrypt
Tricklebyte edited this page Jan 31, 2020
·
1 revision
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)cryptoHelper ICryptoHelper
The ICryptoHelper which will be used for decryption