6 references to
System.IdentityModel (5)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
197
SessionSecurityTokenHandler ssth = defaultHandlers
[
typeof(SessionSecurityToken)] as SessionSecurityTokenHandler;
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
318
SecurityTokenHandler securityTokenHandler = this.ContainingCollection
[
encryptedToken.Token.GetType()];
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
151
return this
[
token.GetType()];
232
Remove(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)
278
if ((this.IdentityConfiguration.SecurityTokenHandlers
[
typeof(SecurityContextSecurityToken)] != null) &&