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