1 write to serviceAuthorizationManager
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
63
this.
serviceAuthorizationManager
= workflowOperationBehavior.ServiceAuthorizationManager;
2 references to serviceAuthorizationManager
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
249
if (this.
serviceAuthorizationManager
!= null)
251
if (!this.
serviceAuthorizationManager
.CheckAccess(OperationContext.Current))