1 override of GetAll
System.IdentityModel (1)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
269
public override IEnumerable<SessionSecurityToken>
GetAll
(string endpointId, System.Xml.UniqueId contextId)
1 reference to GetAll
System.ServiceModel (1)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
77
IEnumerable<SessionSecurityToken> cachedTokens = _tokenCache.
GetAll
(_claimsHandler.EndpointId, contextId);