2 writes to ServiceAuthorizationManager
System.ServiceModel (1)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
164
behavior.
ServiceAuthorizationManager
= this.serviceAuthorizationManager;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
213
dispatchRuntime.
ServiceAuthorizationManager
= new WindowsAuthorizationManager(this.WindowsGroup);
1 reference to ServiceAuthorizationManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (1)
142
behavior.serviceAuthorizationManager = dispatch.
ServiceAuthorizationManager
;