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