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