1 write to Context
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
578negotiationState.Context = SecurityUtils.GenerateId();
8 references to Context
System.ServiceModel (8)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (2)
255rst.Context = negotiationState.Context; 312if (rstr.Context != negotiationState.Context)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
576if (negotiationState.Context == null && this.IsMultiLegNegotiation)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (3)
171rstr.Context = sspiState.Context; 187rst.Context = sspiState.Context; 306if (negotiationRstr.Context != sspiState.Context)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
887rst.Context = negotiationState.Context; 984if (rstr.Context != negotiationState.Context)