43 references to ConfigurationAllowExeDefinition
System.Configuration (41)
System\Configuration\BaseConfigurationRecord.cs (12)
2427
ConfigurationAllowExeDefinition
allowExeDefinition =
ConfigurationAllowExeDefinition
.MachineToApplication;
2660
static internal
ConfigurationAllowExeDefinition
2666
return
ConfigurationAllowExeDefinition
.MachineOnly;
2669
return
ConfigurationAllowExeDefinition
.MachineToApplication;
2672
return
ConfigurationAllowExeDefinition
.MachineToRoamingUser;
2675
return
ConfigurationAllowExeDefinition
.MachineToLocalUser;
2984
ConfigurationAllowExeDefinition
.MachineToRoamingUser,
3340
Host.IsDefinitionAllowed(_configPath, ConfigurationAllowDefinition.MachineToWebRoot,
ConfigurationAllowExeDefinition
.MachineOnly)) {
3559
internal bool IsDefinitionAllowed(ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition) {
4407
ConfigurationAllowExeDefinition
.MachineToApplication, // allowExeDefinition
4435
ConfigurationAllowExeDefinition
.MachineToApplication, // allowExeDefinition
System\Configuration\ClientConfigurationHost.cs (9)
388
public override bool IsDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition) {
392
case
ConfigurationAllowExeDefinition
.MachineOnly:
396
case
ConfigurationAllowExeDefinition
.MachineToApplication:
400
case
ConfigurationAllowExeDefinition
.MachineToRoamingUser:
405
case
ConfigurationAllowExeDefinition
.MachineToLocalUser:
417
public override void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo) {
420
case
ConfigurationAllowExeDefinition
.MachineOnly:
424
case
ConfigurationAllowExeDefinition
.MachineToApplication:
428
case
ConfigurationAllowExeDefinition
.MachineToRoamingUser:
System\Configuration\FactoryRecord.cs (5)
34
private
ConfigurationAllowExeDefinition
_allowExeDefinition; // the allowed Exe definition
50
ConfigurationAllowExeDefinition
allowExeDefinition,
90
ConfigurationAllowExeDefinition
allowExeDefinition,
178
internal
ConfigurationAllowExeDefinition
AllowExeDefinition {
278
ConfigurationAllowExeDefinition
allowExeDefinition,
System\Configuration\Internal\DelegatingConfigHost.cs (2)
166
public virtual bool IsDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition) {
170
public virtual void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo) {
System\Configuration\Internal\IInternalConfigHost.cs (2)
81
bool IsDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition);
82
void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo);
System\Configuration\Internal\InternalConfigHost.cs (2)
360
bool IInternalConfigHost.IsDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition) {
364
void IInternalConfigHost.VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo) {
System\Configuration\MgmtConfigurationRecord.cs (6)
1372
ConfigurationAllowExeDefinition
.MachineToApplication ) ||
1418
ConfigurationAllowExeDefinition
allowDefinition ) {
1420
case
ConfigurationAllowExeDefinition
.MachineOnly:
1423
case
ConfigurationAllowExeDefinition
.MachineToApplication:
1426
case
ConfigurationAllowExeDefinition
.MachineToRoamingUser:
1429
case
ConfigurationAllowExeDefinition
.MachineToLocalUser:
System\Configuration\SectionInformation.cs (3)
49
private
ConfigurationAllowExeDefinition
_allowExeDefinition;
75
_allowExeDefinition =
ConfigurationAllowExeDefinition
.MachineToApplication;
312
public
ConfigurationAllowExeDefinition
AllowExeDefinition {
System.Web (2)
Configuration\WebConfigurationHost.cs (2)
566
public override bool IsDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition) {
592
public override void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo) {