2 types derived from ServiceAuthenticationManager
System.ServiceModel (2)
System\ServiceModel\ServiceAuthenticationManager.cs (2)
24internal class SCTServiceAuthenticationManagerWrapper : ServiceAuthenticationManager 59internal class ServiceAuthenticationManagerWrapper : ServiceAuthenticationManager
18 references to ServiceAuthenticationManager
System.ServiceModel (18)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (3)
58if (!typeof(ServiceAuthenticationManager).IsAssignableFrom(type)) 61SR.GetString(SR.ConfigInvalidServiceAuthenticationManagerType, serviceAuthenticationManagerType, typeof(ServiceAuthenticationManager)))); 63behavior.ServiceAuthenticationManager = (ServiceAuthenticationManager)Activator.CreateInstance(type);
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (5)
18internal ServiceAuthenticationManager defaultServiceAuthenticationManager; 20ServiceAuthenticationManager serviceAuthenticationManager; 41public ServiceAuthenticationManager ServiceAuthenticationManager 93ServiceAuthenticationManager otherAuthenticationManager = parameters.Find<ServiceAuthenticationManager>();
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
23ServiceAuthenticationManager serviceAuthenticationManager; 28AuthenticationBehavior(ServiceAuthenticationManager authenticationManager)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
23ServiceAuthenticationManager serviceAuthenticationManager; 283public ServiceAuthenticationManager ServiceAuthenticationManager
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1199ServiceAuthenticationManager serviceAuthenticationManager = this.authenticator.IssuerBindingContext.BindingParameters.Find<ServiceAuthenticationManager>();
System\ServiceModel\ServiceAuthenticationManager.cs (4)
26ServiceAuthenticationManager wrappedAuthenticationManager; 28internal SCTServiceAuthenticationManagerWrapper(ServiceAuthenticationManager wrappedServiceAuthManager) 61ServiceAuthenticationManager wrappedAuthenticationManager; 64internal ServiceAuthenticationManagerWrapper(ServiceAuthenticationManager wrappedServiceAuthManager, string[] actionUriFilter)