1 write to Impersonation
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
111dispatch.Impersonation = this.Impersonation;
3 references to Impersonation
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
71this.impersonation = operation.Impersonation;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (2)
110if (operation.Impersonation == ImpersonationOption.Required) 114else if (operation.Impersonation == ImpersonationOption.NotAllowed)