3 writes to _protectionProviderName
System.Configuration (3)
System\Configuration\SectionInformation.cs (3)
147_protectionProviderName = sectionXmlInfo.ProtectionProviderName; 661_protectionProviderName = protectionProvider; 672_protectionProviderName = null;
2 references to _protectionProviderName
System.Configuration (2)
System\Configuration\SectionInformation.cs (2)
629_protectionProvider = _configRecord.GetProtectionProviderFromName(_protectionProviderName, false); 678get { return _protectionProviderName; }