9 references to BootstrapContext
System.IdentityModel (8)
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
103wi.BootstrapContext = new BootstrapContext(token, this);
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
176identity.BootstrapContext = new BootstrapContext(token, this);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
387claimsIdentity.BootstrapContext = new BootstrapContext(token, this);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1034claimsIdentity.BootstrapContext = new BootstrapContext(token, this);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
258(principal.Identities as ReadOnlyCollection<ClaimsIdentity>)[0].BootstrapContext = new BootstrapContext(tokenDescriptor.Token, bootstrapTokenCollection[tokenDescriptor.Token.GetType()]);
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (2)
111windowsIdentity.BootstrapContext = new BootstrapContext(usernameToken, this); 115windowsIdentity.BootstrapContext = new BootstrapContext(new UserNameSecurityToken(usernameToken.UserName, null), this);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
583identity.BootstrapContext = new BootstrapContext(token, this);
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
89BootstrapContext bootstrapContext = new BootstrapContext(tokenToCache, _wrappedX509SecurityTokenHandler);