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);
678
get { return
_protectionProviderName
; }