Microsoft.Web.Administration.ProtectedConfigurationSection.ProtectedConfigurationSection C# (CSharp) Метод

ProtectedConfigurationSection() публичный Метод

public ProtectedConfigurationSection ( ConfigurationSection section )
section ConfigurationSection
        public ProtectedConfigurationSection(ConfigurationSection section)
        {
            DefaultProvider = (string)section["defaultProvider"];
            Providers = new ProviderSettingsCollection(section.GetCollection("providers"));
        }