1 write to serviceAuthorizationManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (1)
142behavior.serviceAuthorizationManager = dispatch.ServiceAuthorizationManager;
3 references to serviceAuthorizationManager
System.ServiceModel (3)
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (3)
41ServiceAuthorizationManager serviceAuthorizationManager = this.serviceAuthorizationManager ?? DefaultServiceAuthorizationManager; 58DS.Authorization(this.serviceAuthorizationManager.GetType(), true, sw.Elapsed); 70DS.Authorization(this.serviceAuthorizationManager.GetType(), false, sw.Elapsed);