1 write to authenticator
System.ServiceModel (1)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
330this.authenticator = authenticator;
3 references to authenticator
System.ServiceModel (3)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (3)
337return authenticator.BuildNegotiationChannelListener<TChannel>(context); 342return new AcceleratedTokenAuthenticatorBindingElement(this.authenticator); 349return (T)(object)authenticator.BootstrapSecurityBindingElement.GetProperty<ISecurityCapabilities>(context);