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