DecryptConfigurationSection() public method

public DecryptConfigurationSection ( ) : void
return void
 public static void DecryptDeployments()
 {
     var config = new Config();
     config.DecryptConfigurationSection("deployments");
 }