7 references to
System.IdentityModel (4)
System\IdentityModel\Configuration\SecurityTokenServiceConfiguration.cs (1)
275if (SecurityTokenHandlers[value] == null)
System\IdentityModel\SecurityTokenService.cs (1)
781SecurityTokenHandler securityTokenHandler = _securityTokenServiceConfiguration.SecurityTokenHandlers[tokenType];
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
243Remove(this[tokenTypeIdentifier]); 338SecurityTokenHandler handler = this[tokenDescriptor.TokenType];
System.ServiceModel (3)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
137SecurityTokenHandler securityTokenHandler = _securityTokenHandlerCollection[tokenType]; 510SamlSecurityTokenHandler saml11SecurityTokenHandler = _securityTokenHandlerCollection[SecurityTokenTypes.SamlTokenProfile11] as SamlSecurityTokenHandler; 511Saml2SecurityTokenHandler saml2SecurityTokenHandler = _securityTokenHandlerCollection[SecurityTokenTypes.Saml2TokenProfile11] as Saml2SecurityTokenHandler;