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