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