2 types derived from NegotiationTokenAuthenticator
System.ServiceModel (2)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
20sealed class AcceleratedTokenAuthenticator : NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
26abstract class SspiNegotiationTokenAuthenticator : NegotiationTokenAuthenticator<SspiNegotiationTokenAuthenticatorState>
15 references to NegotiationTokenAuthenticator
System.ServiceModel (15)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (4)
351this.IssuedCookieLifetime = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerIssuedTokenLifetime; 352this.MaxStatefulNegotiations = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxActiveNegotiations; 353this.NegotiationTimeout = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxNegotiationLifetime; 360this.maxCachedCookies = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxCachedTokens;
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (7)
135internal static void TraceNegotiationTokenAuthenticatorAttached<T>(NegotiationTokenAuthenticator<T> authenticator, IChannelListener transportChannelListener) 144internal static void TraceServiceSecurityNegotiationCompleted<T>(Message message, NegotiationTokenAuthenticator<T> authenticator, SecurityContextSecurityToken serviceToken) 160internal static void TraceServiceSecurityNegotiationFailure<T>(EventTraceActivity eventTraceActivity, NegotiationTokenAuthenticator<T> authenticator, Exception e) 989NegotiationTokenAuthenticator<T> authenticator; 994public NegotiationAuthenticatorTraceRecord(NegotiationTokenAuthenticator<T> authenticator, IChannelListener transportChannelListener) 1001public NegotiationAuthenticatorTraceRecord(NegotiationTokenAuthenticator<T> authenticator, Exception e) 1008public NegotiationAuthenticatorTraceRecord(NegotiationTokenAuthenticator<T> authenticator, SecurityContextSecurityToken serviceToken)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
953NegotiationTokenAuthenticator<T> authenticator; 958public NegotiationHost(NegotiationTokenAuthenticator<T> authenticator, Uri listenUri, ChannelBuilder channelBuilder, MessageFilter listenerFilter) 1019NegotiationTokenAuthenticator<T> parent; 1021internal NegotiationSyncInvoker(NegotiationTokenAuthenticator<T> parent)