7 references to ProtectionProvider
System.Configuration (7)
System\Configuration\MgmtConfigurationRecord.cs (6)
1785(configSection.SectionInformation.ProtectionProvider != null)) { 1812if (configSection.SectionInformation.ProtectionProvider != null) { 1815string encryptedSection = Host.EncryptSection(updatedXml, configSection.SectionInformation.ProtectionProvider, protectedConfig); 1819updatedXml = ProtectedConfigurationSection.FormatEncryptedSection(encryptedSection, configSection.SectionInformation.Name, configSection.SectionInformation.ProtectionProvider.Name); 1823SR.GetString(SR.Encryption_failed, configSection.SectionInformation.SectionName, configSection.SectionInformation.ProtectionProvider.Name, e.Message), 2020fileInput.ProtectionProvider = configSection.SectionInformation.ProtectionProvider;
System\Configuration\SectionInformation.cs (1)
608get {return (ProtectionProvider != null);}