9 writes to Context
System.ServiceModel (9)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
239rstr.Context = requestSecurityToken.Context;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1024rstr.Context = rst.Context;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
721rstr.Context = rst.Context;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1950rstr.Context = rst.Context;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (4)
291dummyRstr.Context = negotiationState.Context; 327negotiationRstr.Context = negotiationState.Context; 360authenticatorRstr.Context = negotiationState.Context; 373rstr.Context = negotiationState.Context;
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
171rstr.Context = sspiState.Context;
9 references to Context
System.ServiceModel (9)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
312if (rstr.Context != negotiationState.Context)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
588context = requestSecurityTokenResponse.Context;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
241if (requestSecurityTokenResponse.Context != negotiationState.Context)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (3)
289else if (authenticatorRstr.Context != negotiationRstr.Context) 306if (negotiationRstr.Context != sspiState.Context)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
984if (rstr.Context != negotiationState.Context)
System\ServiceModel\Security\WSTrust.cs (2)
1131if (rstr.Context != null) 1133writer.WriteAttributeString(DriverDictionary.Context, null, rstr.Context);