Searched refs:_protectionProviderName (Results 1 – 2 of 2) sorted by relevance
32 private string _protectionProviderName; // name of the protection provider field in System.Configuration.SectionXmlInfo54 _protectionProviderName = protectionProviderName; in SectionXmlInfo()122 get {return _protectionProviderName;}123 set {_protectionProviderName = value;}
59 private string _protectionProviderName; field in System.Configuration.SectionInformation147 _protectionProviderName = sectionXmlInfo.ProtectionProviderName; in SetRuntimeConfigurationInformation()629 … _protectionProvider = _configRecord.GetProtectionProviderFromName(_protectionProviderName, false);661 _protectionProviderName = protectionProvider; in ProtectSection()672 _protectionProviderName = null; in UnprotectSection()678 get { return _protectionProviderName; }