1 write to CachedResponse
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
99
CachedResponse
= response;
3 references to CachedResponse
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
198
if (WSTrustTokenParameters.CacheIssuedTokens &&
CachedResponse
!= null)
202
if (!IsWsTrustResponseExpired(
CachedResponse
))
203
return
CachedResponse
;