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