3 instantiations of ServiceAuthenticationBehavior
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (1)
53
ServiceAuthenticationBehavior behavior = new
ServiceAuthenticationBehavior
();
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
160
return new
ServiceAuthenticationBehavior
(this);
System\ServiceModel\ServiceHost.cs (1)
593
a = new
ServiceAuthenticationBehavior
();
13 references to ServiceAuthenticationBehavior
System.ServiceModel (13)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (2)
48
get { return typeof(
ServiceAuthenticationBehavior
); }
53
ServiceAuthenticationBehavior
behavior = new ServiceAuthenticationBehavior();
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
32
ServiceAuthenticationBehavior(
ServiceAuthenticationBehavior
other)
158
internal
ServiceAuthenticationBehavior
Clone()
System\ServiceModel\ServiceConfiguration.cs (1)
42
public
ServiceAuthenticationBehavior
Authentication
System\ServiceModel\ServiceHost.cs (8)
49
ServiceAuthenticationBehavior
readOnlyAuthentication;
103
public
ServiceAuthenticationBehavior
Authentication
586
ServiceAuthenticationBehavior
EnsureAuthentication(ServiceDescription description)
589
ServiceAuthenticationBehavior
a = description.Behaviors.Find<
ServiceAuthenticationBehavior
>();
1067
ServiceAuthenticationBehavior
authentication = description.Behaviors.Find<
ServiceAuthenticationBehavior
>();
1070
ServiceAuthenticationBehavior
authenticationCopy = authentication.Clone();