9 references to EndpointId
System.ServiceModel (9)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
105
identities = _sessionTokenHandler.ValidateToken(sessionToken, _sctClaimsHandler.
EndpointId
);
System\ServiceModel\Security\WrappedTokenCache.cs (8)
57
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.
EndpointId
, token.ContextId, token.KeyGeneration);
65
_tokenCache.RemoveAll(_claimsHandler.
EndpointId
);
77
IEnumerable<SessionSecurityToken> cachedTokens = _tokenCache.GetAll(_claimsHandler.
EndpointId
, contextId);
96
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.
EndpointId
, contextId, generation);
120
_tokenCache.RemoveAll(_claimsHandler.
EndpointId
, contextId);
125
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.
EndpointId
, contextId, generation);
138
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.
EndpointId
, token.ContextId, token.KeyGeneration);
152
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.
EndpointId
, token.ContextId, token.KeyGeneration);