1 write to serviceAuthenticationManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
30this.serviceAuthenticationManager = authenticationManager;
3 references to serviceAuthenticationManager
System.ServiceModel (3)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (3)
46authPolicy = this.serviceAuthenticationManager.Authenticate(security.ServiceSecurityContext.AuthorizationPolicies, rpc.Channel.ListenUri, ref rpc.Request); 54DS.Authentication(this.serviceAuthenticationManager.GetType(), true, sw.Elapsed); 66DS.Authentication(this.serviceAuthenticationManager.GetType(), false, sw.Elapsed);