8 references to Allowed
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
441
operation.Behaviors.Find<OperationBehaviorAttribute>().Impersonation = ImpersonationOption.
Allowed
;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
176
|| ((rpc.Operation.Impersonation == ImpersonationOption.
Allowed
) && this.impersonateCallerForAllOperations));
System\ServiceModel\ImpersonationOption.cs (2)
18
option == ImpersonationOption.
Allowed
||
24
return (option == ImpersonationOption.
Allowed
||
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\RoutingService.cs (4)
225
[OperationBehavior(Impersonation = ImpersonationOption.
Allowed
)]
236
[OperationBehavior(Impersonation = ImpersonationOption.
Allowed
)]
247
[OperationBehavior(Impersonation = ImpersonationOption.
Allowed
)]
258
[OperationBehavior(Impersonation = ImpersonationOption.
Allowed
)]