7 references to ProtectionProvider
System.Configuration.ConfigurationManager (7)
System\Configuration\MgmtConfigurationRecord.cs (6)
1629
(configSection.SectionInformation.
ProtectionProvider
!= null))
1657
if (configSection.SectionInformation.
ProtectionProvider
!= null)
1665
configSection.SectionInformation.
ProtectionProvider
, protectedConfig);
1672
configSection.SectionInformation.
ProtectionProvider
.Name);
1679
configSection.SectionInformation.
ProtectionProvider
.Name, e.Message),
1875
fileInput.ProtectionProvider = configSection.SectionInformation.
ProtectionProvider
;
System\Configuration\SectionInformation.cs (1)
298
public bool IsProtected =>
ProtectionProvider
!= null;