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