3 writes to ServiceAuthenticationManager
System.ServiceModel (3)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
140behavior.ServiceAuthenticationManager = this.serviceAuthenticationManager; 150behavior.ServiceAuthenticationManager = new ServiceAuthenticationManagerWrapper(this.serviceAuthenticationManager, new string[] { standardsManager.SecureConversationDriver.CloseAction.Value });
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1202endpointDispatcher.DispatchRuntime.ServiceAuthenticationManager = new SCTServiceAuthenticationManagerWrapper(serviceAuthenticationManager);
1 reference to ServiceAuthenticationManager
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
129AuthenticationBehavior authenticationBehavior = new AuthenticationBehavior(dispatch.ServiceAuthenticationManager);