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