10 writes to BootstrapContext
System.IdentityModel (9)
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\SessionSecurityToken.cs (1)
980identity.BootstrapContext = (BootstrapContext)formatter.Deserialize(ms);
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)
92identity.BootstrapContext = bootstrapContext;
2 references to BootstrapContext
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
1358if (identity.BootstrapContext != null) 1365formatter.Serialize(ms, identity.BootstrapContext);