1 write to ImpersonateCallerForAllOperations
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceAuthorizationElement.cs (1)
116behavior.ImpersonateCallerForAllOperations = this.ImpersonateCallerForAllOperations;
4 references to ImpersonateCallerForAllOperations
System.ServiceModel (4)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
233instance.SetProperty(AdministrationStrings.ImpersonateCallerForAllOperations, specificBehavior.ImpersonateCallerForAllOperations);
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (3)
277impersonateCallerForAllServiceMethods = authorizationBehavior.ImpersonateCallerForAllOperations; 362bool impersonateCallerForAllMethods = (behavior != null) ? behavior.ImpersonateCallerForAllOperations : false; 983bool impersonateCallerForAllMethods = (behavior != null) ? behavior.ImpersonateCallerForAllOperations : false;