1 type derived from NegotiationTokenAuthenticatorState
System.ServiceModel (1)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (1)
18class SspiNegotiationTokenAuthenticatorState : NegotiationTokenAuthenticatorState
1 instantiation of NegotiationTokenAuthenticatorState
System.ServiceModel (1)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
271negotiationState = new NegotiationTokenAuthenticatorState();
13 references to NegotiationTokenAuthenticatorState
System.ServiceModel (13)
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 (4)
136where T : NegotiationTokenAuthenticatorState 145where T : NegotiationTokenAuthenticatorState 161where T : NegotiationTokenAuthenticatorState 987where T : NegotiationTokenAuthenticatorState
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (3)
20sealed class AcceleratedTokenAuthenticator : NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState> 161protected override BodyWriter ProcessRequestSecurityToken(Message request, RequestSecurityToken requestSecurityToken, out NegotiationTokenAuthenticatorState negotiationState) 294protected override BodyWriter ProcessRequestSecurityTokenResponse(NegotiationTokenAuthenticatorState negotiationState, Message request, RequestSecurityTokenResponse requestSecurityTokenResponse)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
22where T : NegotiationTokenAuthenticatorState
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
14where T : NegotiationTokenAuthenticatorState