1 write to AllowExeDefinition
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientSettingsStore.cs (1)
78
section.SectionInformation.
AllowExeDefinition
= ConfigurationAllowExeDefinition.MachineToLocalUser;
5 references to AllowExeDefinition
System.Configuration.ConfigurationManager (5)
System\Configuration\MgmtConfigurationRecord.cs (5)
695
configSection.SectionInformation.
AllowExeDefinition
,
1137
|| (factoryRecord.AllowExeDefinition != configSection.SectionInformation.
AllowExeDefinition
)
1203
if ((configSection.SectionInformation.
AllowExeDefinition
!=
1212
configSection.SectionInformation.
AllowExeDefinition
)
1766
factoryRecord.AllowExeDefinition = configSection.SectionInformation.
AllowExeDefinition
;