1 write to CacheIssuedTokens
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsTrustTokenParameters.cs (1)
72CacheIssuedTokens = other.CacheIssuedTokens;
4 references to CacheIssuedTokens
System.ServiceModel.Federation (4)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
96if (WSTrustTokenParameters.CacheIssuedTokens) 212if (WSTrustTokenParameters.CacheIssuedTokens && CachedResponse != null)
System\ServiceModel\Federation\WsTrustTokenParameters.cs (2)
25/// Default value used for <see cref="CacheIssuedTokens"/>. 72CacheIssuedTokens = other.CacheIssuedTokens;