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