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