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