5 references to NotAllowed
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
114else if (operation.Impersonation == ImpersonationOption.NotAllowed)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
296(operationBehavior == null || operationBehavior.Impersonation == ImpersonationOption.NotAllowed))
System\ServiceModel\ImpersonationOption.cs (1)
17return (option == ImpersonationOption.NotAllowed ||
System\ServiceModel\OperationBehaviorAttribute.cs (2)
19internal const ImpersonationOption DefaultImpersonationOption = ImpersonationOption.NotAllowed; 24ImpersonationOption impersonation = ImpersonationOption.NotAllowed;