1 write to CachedResponse
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
101
CachedResponse
= response;
3 references to CachedResponse
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
212
if (WSTrustTokenParameters.CacheIssuedTokens &&
CachedResponse
!= null)
216
if (!IsWsTrustResponseExpired(
CachedResponse
))
217
return
CachedResponse
;