2 writes to ProtectionProvider
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2007
input.
ProtectionProvider
= GetProtectionProviderFromName(input.SectionXmlInfo.ProtectionProviderName, false);
System\Configuration\MgmtConfigurationRecord.cs (1)
2020
fileInput.
ProtectionProvider
= configSection.SectionInformation.ProtectionProvider;
3 references to ProtectionProvider
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
2010
if (input.
ProtectionProvider
!= null) {
2011
reader = DecryptConfigSection(reader, input.
ProtectionProvider
);
System\Configuration\SectionInformation.cs (1)
138
_protectionProvider = fileInput.
ProtectionProvider
;