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