2 writes to ServiceAuthenticationManager
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (1)
63behavior.ServiceAuthenticationManager = (ServiceAuthenticationManager)Activator.CreateInstance(type);
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
28this.ServiceAuthenticationManager = defaultServiceAuthenticationManager;
1 reference to ServiceAuthenticationManager
System.ServiceModel (1)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
34this.serviceAuthenticationManager = other.ServiceAuthenticationManager;