Home
last modified time | relevance | path

Searched refs:_protectionProviderName (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DSectionXmlInfo.cs32 private string _protectionProviderName; // name of the protection provider field in System.Configuration.SectionXmlInfo
54 _protectionProviderName = protectionProviderName; in SectionXmlInfo()
122 get {return _protectionProviderName;}
123 set {_protectionProviderName = value;}
H A DSectionInformation.cs59 private string _protectionProviderName; field in System.Configuration.SectionInformation
147 _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; }