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