1 write to Context
System.ServiceModel (1)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
198
negotiationState.
Context
= requestSecurityToken.Context;
5 references to Context
System.ServiceModel (5)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (5)
241
if (requestSecurityTokenResponse.Context != negotiationState.
Context
)
291
dummyRstr.Context = negotiationState.
Context
;
327
negotiationRstr.Context = negotiationState.
Context
;
360
authenticatorRstr.Context = negotiationState.
Context
;
373
rstr.Context = negotiationState.
Context
;