2 writes to ProtectionProviderName
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
1945sectionXmlInfo.ProtectionProviderName = ValidateProtectionProviderAttribute(protectionProviderAttribute, xmlUtil);
System\Configuration\MgmtConfigurationRecord.cs (1)
2015sectionXmlInfo.ProtectionProviderName = configSection.SectionInformation.ProtectionProviderName;
3 references to ProtectionProviderName
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (1)
2007input.ProtectionProvider = GetProtectionProviderFromName(input.SectionXmlInfo.ProtectionProviderName, false);
System\Configuration\MgmtConfigurationRecord.cs (1)
1662protectionProviderName = sectionXmlInfo.ProtectionProviderName;
System\Configuration\SectionInformation.cs (1)
147_protectionProviderName = sectionXmlInfo.ProtectionProviderName;