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