6 references to
System.IdentityModel (5)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
197SessionSecurityTokenHandler ssth = defaultHandlers[typeof(SessionSecurityToken)] as SessionSecurityTokenHandler;
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
318SecurityTokenHandler securityTokenHandler = this.ContainingCollection[encryptedToken.Token.GetType()];
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
151return this[token.GetType()]; 232Remove(this[tokenType]);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
258(principal.Identities as ReadOnlyCollection<ClaimsIdentity>)[0].BootstrapContext = new BootstrapContext(tokenDescriptor.Token, bootstrapTokenCollection[tokenDescriptor.Token.GetType()]);
System.ServiceModel (1)
System\ServiceModel\Description\ServiceCredentials.cs (1)
278if ((this.IdentityConfiguration.SecurityTokenHandlers[typeof(SecurityContextSecurityToken)] != null) &&